Bug 48501 - FILEOPEN: CSV: lines >64KB are truncated
Summary: FILEOPEN: CSV: lines >64KB are truncated
Status: CLOSED FIXED
Alias: None
Product: LibreOffice
Classification: Unclassified
Component: Calc (show other bugs)
Version:
(earliest affected)
unspecified
Hardware: All All
: medium normal
Assignee: Eike Rathke
URL:
Whiteboard: target:3.6.0
Keywords:
Depends on:
Blocks: 39868
  Show dependency treegraph
 
Reported: 2012-04-10 04:53 UTC by Eike Rathke
Modified: 2013-11-14 11:32 UTC (History)
0 users

See Also:
Crash report or crash signature:


Attachments
file with 82140 bytes on one line (80.46 KB, text/csv)
2012-04-10 04:53 UTC, Eike Rathke
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Eike Rathke 2012-04-10 04:53:34 UTC
Created attachment 59719 [details]
file with 82140 bytes on one line

Opening a file where data on one line exceeds 64KB data the result is truncated, even if contents of each single field are less than 64k characters, which currently is the internal limit of cell content.

Related:
https://issues.apache.org/ooo/show_bug.cgi?id=91028
https://issues.apache.org/ooo/show_bug.cgi?id=117401
Comment 1 Not Assigned 2012-04-10 10:36:33 UTC
Eike Rathke committed a patch related to this issue.
It has been pushed to "master":

http://cgit.freedesktop.org/libreoffice/core/commit/?id=8cd05e9cf1152b21528c6f1a5bda3d949dc49791

resolved fdo#48501 enable line size >64k in SvStream::Read*Line()