C# Tutorial 28: Create Excel (.XLS and .XLSX) file from C# Using excellibrary

C# Tutorial 28: Create Excel (.XLS and .XLSX) file from C#  Using excellibrary

c# – create excel xlsx file from dataset Create Excel files from C# without office C# Convert Excel 2007 (xlsx) file into Excel 2003 (xls) file Creating Exce…
Video Tutorial Rating: 4 / 5

Don’t forget to check out our other video tutorials or share this video with a friend.

1 Star2 Stars3 Stars4 Stars5 Stars 0 votes
Loading... 2,880 views





7 responses to “C# Tutorial 28: Create Excel (.XLS and .XLSX) file from C# Using excellibrary”

  1. tran duc says:

    I can edit an xls file with this. But the format of all cells are gone. All
    cells bacome unformated (or default format)

  2. Ji Hyung Lee says:

    When will Excel 2013 (.xlsx) be supported?

  3. Tutoriales MV says:

    One note: Is GNU license

  4. Güvenç Dik says:

    Anybody know how to give names to cell ranges??

  5. DimiEG says:

    If anyone has a corrupted message when open xls in MS Office. MS Office
    hates small xls files. Just fill in empty 100 cells by your application and
    all will be OK. Do it inside writing code above by: for (int i = 0; i < 100; i++) { worksheet.Cells[i, 0] = new Cell(""); } 😉 MS Office restrictions...

  6. Phil Albu says:

    wooooow your highlighted mouse buzzing back and forth is super annoying!
    other than that, good tutorial

  7. Xcite Music Entertainment, Inc - DJ service says:

    Awesome tutorials ProgrammingKnowledge. Anyone have a problem creating
    Excel using this method like I did? try this alternative method:
    social.msdn.microsoft. c o
    m/Forums/en-US/csharpgeneral/thread/c4fc0061-760b-46b3-acbf-623aa3c40ce3/

Leave a Reply to Ji Hyung Lee Cancel reply

Your email address will not be published. Required fields are marked *