add alias

This commit is contained in:
Looly
2019-12-26 08:01:57 +08:00
parent 8932801137
commit 377cd55a3c
13 changed files with 156 additions and 71 deletions

View File

@@ -56,6 +56,7 @@ public class ExcelSaxUtil {
case SSTINDEX:
try {
final int index = Integer.parseInt(value);
//noinspection deprecation
result = new XSSFRichTextString(sharedStringsTable.getEntryAt(index)).getString();
} catch (NumberFormatException e) {
result = value;