T
tbergman
Guest
A quick Google search yielded a couple of .Net components that may work. I haven’t used these but I’m tempted. www.codeproject.com/.../Csharp-How-To-Read-xlsx-Excel-File-With-Lines-of exceldatareader.codeplex.com Since I know you are on Windows and have Excel, you could also try opening the spreadsheet, saving as CSV, then importing the csv using Progress. Alternatively, you could open the spreadsheet, copy the contents into the clipboard, and then read the data from the clipboard. Either of these will be much faster than the cell by cell approach. Tom
Continue reading...
Continue reading...