fpspreadsheet: Add BIFF5 writer for 3d references. Add corresponding unit test. Some related bug fixes. Less hints.

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6401 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2018-05-10 14:31:37 +00:00
parent 74c64b7258
commit e98bda1717
8 changed files with 190 additions and 74 deletions

View File

@ -3760,7 +3760,7 @@ begin
'_': // Excel: Leave width of next character empty
begin
FToken := NextToken;
uch := UTF8CharacterToUnicode(FCurrent, n);
uch := UTF8CharacterToUnicode(FCurrent, n); // wp: Why Unicode ???
if n > 1 then
begin
AddElement(nftEmptyCharWidth, UnicodeToUTF8(uch));