Export to Excel

Any genric code for exporting to Excel from Views

Subject: FAQ?

When you submit a new item to the forum, there is a link to the forum FAQs. If you look at the FAQ of FAQ’s, there are many links to all kinds of Excel code.

Subject: Export to Excel

I have this in an agent with a target of “all selected documents”. Create a button on the view pointing to the agent.

Option Public

Use “ExportToExcel”

Sub Initialize

Call ExportViewToExcel("Selected")

End Sub

Subject: RE: Export to Excel

That is not helping much, unless you also post the whole script library…

Subject: RE: Export to Excel

Corrrect, forgot that and it’s rather long. I can email it if you like.

Subject: RE: Export to Excel

I don’t need it, I have plenty of code for that already.I blogged about several different ways to export to Excel from Notes:

http://blog.texasswede.com/export-from-notes-to-excel-3-different-ways/

And here is a class that help you export Notes documents to Excel, even with multi-value text fields:

http://blog.texasswede.com/export-notes-view-to-excel-with-multi-value-fields/

“Hamish”, who posted the original question hasn’t responded much to the thread… :wink:

Subject: Yes - Google - eom

Subject: RE: Yes - Google - eom

Yes got it. Thanks!