ahmedwalid05 / FastExcel

Fast Excel Reading and Writing in .Net
MIT License
335 stars 98 forks source link

How to create a new excel file? #65

Closed saklanmazozgur closed 3 years ago

saklanmazozgur commented 3 years ago

Hello,

In the examples of writing to Excel, a ready-made excel file is requested. (templateFile) Is there a way to create a new excel file from scratch? Can you show us an example where we set the file path and name ourselves?

Thank you from now.

srxqds commented 3 years ago

i think this library have not supported write execl file

ahmedwalid05 commented 3 years ago

You need a template file. any empty excel file would do.

saklanmazozgur commented 3 years ago

I understand what you mean. I applied. Thank you.

AkazawaYun commented 2 years ago

You need a template file. any empty excel file would do.

Thank you for writing this library, but it's a little discommodiousness that we can't create a new xlsx file without "template file" which seems unused...

Xriuk commented 1 year ago

You need a template file. any empty excel file would do.

Thank you for writing this library, but it's a little discommodiousness that we can't create a new xlsx file without "template file" which seems unused...

See this: https://github.com/ahmedwalid05/FastExcel/issues/38#issuecomment-485034465

WladimirWasilyev commented 1 year ago

I would prefer an ability to create an Excel file without a template.

You could have mentioned in the introduction that it is impossible to use the library without a template...