CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    May 2005
    Posts
    1

    Post Convert xls to csv

    I'm looking for a function to convert xls files (individually, or a complete folder) into csv files.

    Can anybody help me on that?

    Thanks

  2. #2
    Join Date
    Dec 2002
    Posts
    305

    Re: Convert xls to csv

    Try

    ExcelWorkbook.Saveas("C:\Testin.xls", Excel.XlFileFormat.xlCSV)

    Let me know if this works. I haven't tried it. Good luck.

  3. #3
    Join Date
    May 2013
    Posts
    83

    Re: Convert xls to csv

    I use this Excel converter to convert all my excel files to other formats. It uses .NET to convert the files but if you want to convert your excel files using Java, this API also allows that. All the best.

  4. #4
    Join Date
    Jul 2001
    Location
    Sunny South Africa
    Posts
    11,283

    Re: Convert xls to csv

    aspose, you wake up an 8 year old thread to post "spam"?

    because you have 81 posts, I'll let it slide this time; but consider this a friendly warning

    I'm also closing this thread now

    Thanks,

    Hannes

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured