function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Software EngineSoftware Engine 

How to create a excel file without installing Microsoft Office in Deployed server

Hi,

I'm developing a webservice which reads data from a database and exports to a excel sheet. This application works if i have MS Office installed in my system . Since i'm unable to install MS Office in the server is there any alternate way to program this.

Thanks in advance,

 

 

mojeebahmedmojeebahmed
Hay,
    Why don't you create a csv file instead?
Software EngineSoftware Engine

The excel file which creates should be in the .XLS format only. One  process should checking for file format and headerformat.