If you want to use the considered package (Excel library): In Office 2010 the Excel file is corrupt. To fix this problem, add like 100 rows to the file and it will open in Excel 2010. Or use Office 2007/OpenOffice. Here the code to generate 100 rows: for (int x = 0; x < 100; x++) { worksheet.Cells[x, 0] = new Cell("Row "+ x +"; Col: 0;"); } Great tutorials, very clear and understandable! Keep up the good work!!!
im trying to make an application to log drivers times to a excel file then print is that possible like i have a form layout with drivers names on buttons and i want to click the button and it logs to the file by its self
Hello , any code to replace current spreadsheet ? mean that, i already have 1 worksheet at worksheet(6) but i need to remove it and generate a new worksheet into the same excel file . please help urgent, thank you
If you want to use the considered package (Excel library): In Office 2010 the Excel file is corrupt. To fix this problem, add like 100 rows to the file and it will open in Excel 2010. Or use Office 2007/OpenOffice. Here the code to generate 100 rows: for (int x = 0; x < 100; x++) { worksheet.Cells[x, 0] = new Cell("Row "+ x +"; Col: 0;"); } Great tutorials, very clear and understandable! Keep up the good work!!!
If you want to use the considered package (Excel library):
In Office 2010 the Excel file is corrupt. To fix this problem, add like 100 rows to the file and it will open in Excel 2010. Or use Office 2007/OpenOffice. Here the code to generate 100 rows:
for (int x = 0; x < 100; x++) { worksheet.Cells[x, 0] = new Cell("Row "+ x +"; Col: 0;"); }
Great tutorials, very clear and understandable! Keep up the good work!!!
its works but why i have todo that, thanks
Great job sir
Thanks for the video. Great tutorial, helped me a lot! :)
No need to move around your cursor. The yellow bubble makes it very clear where the cursor is located.
im trying to make an application to log drivers times to a excel file then print is that possible like i have a form layout with drivers names on buttons and i want to click the button and it logs to the file by its self
wooooow your highlighted mouse buzzing back and forth is super annoying!
other than that, good tutorial
Hello , any code to replace current spreadsheet ? mean that, i already have 1 worksheet at worksheet(6) but i need to remove it and generate a new worksheet into the same excel file . please help urgent, thank you
When will Excel 2013 (.xlsx) be supported?
did you figure it out?? im having problems
When will Excel 2010 be supported?
I can edit an xls file with this. But the format of all cells are gone. All cells bacome unformated (or default format)
What I got after running this is just a blank sheet - no cells... nothing :(
can you tell me the commands for saving the excel?
Thank you for your excellent video. But I can't open the file with my office 2010.
yea, it happen to me too, it seem exellibrary doesnt suitable to office 2010
I have the same problem with office 2013 :(
If you want to use the considered package (Excel library):
In Office 2010 the Excel file is corrupt. To fix this problem, add like 100 rows to the file and it will open in Excel 2010. Or use Office 2007/OpenOffice. Here the code to generate 100 rows:
for (int x = 0; x < 100; x++) { worksheet.Cells[x, 0] = new Cell("Row "+ x +"; Col: 0;"); }
Great tutorials, very clear and understandable! Keep up the good work!!!
can you help me to save excel file on client desktop using C#
You need to stop moving your mouse cursor sporadically. You do it in every video - gives me a headache. Other than that, thanks for the video.
i did this and get a blank cell-less sheet
Anybody know how to give names to cell ranges??
This is slow. Very slow. My goodness.
it looks like it doesn't support 2013
Pls share dll