Forums

Error Export Excel and CSV

flikflauder 19 Jan, 2011
Hi there, I read the topics about the excel errors others have... I don't think, mine is the same. :-(

Export to Excel AND CSV is not working:
- Excel: it says, there is a problem reading the file and Excel repairs the File... but a lot of content is missing after that. There is no difference between open the file directly or save it first and then open (see "explanation of Error-Messages" and "ExcelFile" Picture)

- CSV: It exports all the content without error-messages, but not each entry is on one single row! there are entries that use 2 rows and rows without entrys...

Help! I could export the file directly from the database, but for the users is this not possible to handle... and all the special characters (as ä, ö, ü are replaced by fancy characters)

Thanks so much in advance in thinking about my problem!

Greatings from Switzerland (where it snows heavily at the moment😀 )

Charlotte
GreyHead 19 Jan, 2011
Hi Charlotte,

Your problems are most likely the same as other users have found. There are several possible causes: characters set issues and memory timeouts are the most common. There are some fixes for these suggested in the long thread on Excel export.

The CSV records are probably broken because the data contains commas, line feeds or carriage returns and the standard CSV export doesn't always recognise and quote these fields correctly.

There isn't enough information in the images you posted to give a clue about the cause of the failure in your case.

You may be better hand-coding the Excel export to meet your particular needs.

Bob

PS There is a document that you can buy here that pulls together most of the suggestions from the forum threads here and has an example of a hand-coded export frm a large database.
flikflauder 19 Jan, 2011
Hi Bob
Thanks for your answer (within 15min!!!, wow :-))
I bought your paper and hope I can find the solution...
Thanks! Charlotte
necro369 09 Feb, 2011
I have the same problem. Has anyone solved it?
This topic is locked and no more replies can be posted.