From Embedded View need export all

I have a issue I need to export all to excel from embedded view

any inputs i really apreciate

Thanks

Subject: RE: From Embedded View need export all

There’s no built-in “export to Excel” function. So you will be providing the export code. And I suppose what you’re really asking is, how to get hold of the documents that are in the embedded view from code running in a form action. And the answer is, you don’t need to connect through the embedded view. Just go directly to the view and category that are displayed there – use the NotesView and NotesViewNavigator class to look up the documents you’re interested in.

Subject: RE: From Embedded View need export all

Actaulally Client asked X view I provided them by using embedded view.now which is displayed on views they asked Export All button for that view becoz I used other views export all button but this is embedded view so how i can

inputs are really apreciated

Thanks

Subject: RE: From Embedded View need export all

If what I posted before is not the answer to your question, then I don’t understand your question. If your English is not good enough, try using a machine translation – better than nothing. Or, post in your native language.

Subject: RE: From Embedded View need export all

Andre’s first response was all you need.

Suppose that the embedded view you are displaying is named “My View” and the single category that is displayed is “My Category”. You can easily export the documents in this view category by creating a NotesViewNavigator for the view “My View” from the category “My Category” and looping through the documents and passing the values of those documents to whatever method you use to populate the spreadsheet.