How to programmatically upgrade .XLD to .XLXS

  • Thread starter Thread starter Nate
  • Start date Start date
N

Nate

I'm importing a large number of Excel 2003 files into a SharePoint document
library. I'v written a utility to do this. If possible I'd also like to
upgrade them from .XLS to .XLSX.

Does anyone know how to use the Excel API to do this? Thank you very much
 
I would think that you have to save the .xls in a system that will accept is
as .xlxs
or, if it contains macros, .xlxm and then do the import.
 
I'd really like to do it in C# programmatically. I know an .XLS file can be
opened in Excel 2007 and saved in the .XLSX format but I have a few thousand
files to work with and that's a lot of work!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top