You've already forked lazarus-ccr
fpspreadsheet: Fix biff8 writer to use CONTINUE records if text in STRING record is too long.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6055 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -37,6 +37,8 @@ resourcestring
|
||||
'the best-matching palette colors.';
|
||||
rsTruncateTooLongCellText = 'Text value exceeds the %d character limit in ' +
|
||||
'cell %s and has been truncated.';
|
||||
rsTruncateTooLongText = 'Text value exceeds the %d character limit ' +
|
||||
'and has been truncated.';
|
||||
rsWriteError_WorksheetNameTooLong = 'File cannot be written because ' +
|
||||
'the name of worksheet "%0:s" is too long (max %1:d characters).';
|
||||
|
||||
|
Reference in New Issue
Block a user