fpspreadsheet: read hyperlinks from xlsx files

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3957 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2015-02-23 22:51:42 +00:00
parent 70b859530f
commit 20ad9c24f2
7 changed files with 160 additions and 28 deletions

View File

@@ -54,6 +54,7 @@ resourcestring
rsIndexInSSTOutOfRange = 'Index %d in SST out of range (0-%d).';
rsAmbiguousDecThouSeparator = 'Assuming usage of decimal separator in "%s".';
rsCodePageNotSupported = 'Code page "%s" is not supported. Using "cp1252" (Latin 1) instead.';
rsHyperlinkNotAValidCell = 'Hyperlink target "%s" is not a valid cell address.';
rsTRUE = 'TRUE'; // wp: Do we really want to translate these strings?