JanKallman / EPPlus

Create advanced Excel spreadsheets using .NET
3.76k stars 1.18k forks source link

Not able to write .xls file #515

Open ErDhruveshAkhani opened 5 years ago

ErDhruveshAkhani commented 5 years ago

Hello, Xlsx writing working well in my project but not able to do the same with xls format.

Thanks

Anton-V-K commented 5 years ago

EPPlus is a .NET library that reads and writes Excel files using the Office Open XML format (xlsx).

So, I guess, xls-format isn't supported "by design".