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:
wp_xxyyzz
2017-11-03 18:43:37 +00:00
parent 0310e5587e
commit f20779983f
12 changed files with 147 additions and 44 deletions

View File

@@ -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).';