I was generating large XLS (Microsof Ofice Excel spreadsheet) file for a client with XML. The file has 72MB and when I try to open it in LibreOffice it crush on "General input/output error" yet when I check the XML with xmllint myfile.xls the XML has no input errors.
I'm wondering is there a similar console command that would check the file for errors from a XLS perspective ? (in ubuntu)
I don't have windows and specially I don't have Microsoft office to check it, yet I need to send it to client "perfect" (funny ha ? :) )
The XML looks like the one presented here http://railscasts.com/episodes/362-exporting-csv-and-excel (bottom one)