2

can we use ExcelDataReader for creating excel sheet and writing into excel template. Or suggest any tool for the same

Milind
  • 437
  • 2
  • 9
  • 23
  • 1
    ExcelDataReader is for _reading_, not writing. If you're looking libs for writing, you can start here - http://stackoverflow.com/questions/151005/create-excel-xls-and-xlsx-file-from-c-sharp – Artavazd Balayan May 26 '16 at 08:44

1 Answers1

0

You can use EPPLUS

However, please be aware that it does not handle .xls files (Excel 97-2003)

gpanagopoulos
  • 2,842
  • 2
  • 24
  • 19