01-30-2015 04:09 AM
Hi,
Im trying to generate an Excel report file. Can any one please suggest me how to create/generate .xls file with CVI API's.
I wanted to do this without the help of Microsoft Office. My machine is not installed with MS office.
Thanks,
Nayana
01-30-2015 04:25 AM
Hello Nayana!
You need Excel installed on your machine, in order to be able to generate .xls documents.
Check some examples from the CVI samples directory: <CVI Installation Directory>\samples\activex\excel
You can use those sample projects for extending them to your needs.
Best regards!
- Johannes