Quote (xandumx @ Jul 16 2013 12:00am)
Well, I was able to make the xml file and have it work on 2k rows, but when I tried a bigger (260k rows, 200 columns) it was too big for notepad++ and excel couldn't even open it. I'm looking for solutions online now. Would a different file type like csv open quicker?
csv will certainly be faster and smaller, but you lose all formatting/formulas/etc. i thought the whole point of creating an xls was to use these? or is this just a way for you to load the data into excel, then you plan to save..as xls? but if that's the case, you're really better off exporting the xls via your dbms. i think you can set it up to do it on regular intervals for reporting purposes.
can you explain why you're trying to load a lot of data in excel as opposed to just running sql queries on the fly? it seems a little odd that a non-technical person will try to read that much data, but i dont know much about whatever industry you're in.
This post was edited by carteblanche on Jul 15 2013 10:30pm