0

In my application, I need to generate excel files on the fly. I have an option of using Excel library. But it is mandatory to have excel installed on the machine.

Is there any other .NET API to generate excel files at runtime which doesn't require excel.

0

2 Answers 2

1

If you just need a file that will open in Excel and is just data, you can output to a .csv file. These usually open in the default spreadsheet program (aka Excel on windows). They are much simpler to generate.

0

SpreadsheetGear for .NET will let you create Excel files in .NET without having Excel installed.

You can see live samples here and download the free trial here if you want to try it yourself.

Disclaimer: I own SpreadsheetGear LLC

Not the answer you're looking for? Browse other questions tagged or ask your own question.