
Conteúdo
Rede Social
| Code exports Lotus Notes data to an OpenOffice Calc spreadsheet |
|
|
| Escrito por Bruno Grange | |
| Ter, 17 de Fevereiro de 2009 13:42 | |
|
Many organizations currently prefer to use free OpenOffice.org over the Microsoft Office suite due to licensing issues and fees. While Lotus Notes users can export Lotus Notes data from a database to a Microsoft Excel spreadsheet, the same code won't work in OpenOffice Calc spreadsheets.
The following LotusScript code will export information from a Notes database to an OpenOffice Calc spreadsheet. Note: Place this code in a button in a Notes view or as an agent to export the required data. Sub Click(Source As Button) |

