This is an automated email from the ASF dual-hosted git repository.
centic pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/poi.git
from ba04c61188 format methods
new a5f5f4294e Avoid NPE when reading a broken xlsb file
new b401b92aea Avoid NPE when reading a broken pptx file
new 1fc4f9e3b7 Avoid ClastCastException when handling a broken ppt file
new d93a29ae67 Optimize handling of large XSSFTables
new ac4295deac Avoid NPE when a row in a workbook was deleted and thus
getRow() returns null
new 18ef01295d Avoid some NPEs when handling LinkTables
new 8cdcda2873 Avoid NPE when handling color-highlighting in text-runs
The 7 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../poi/xslf/usermodel/XSLFPictureShape.java | 4 ++--
.../org/apache/poi/xslf/usermodel/XSLFTextRun.java | 4 ++++
.../apache/poi/xssf/binary/XSSFBSheetHandler.java | 8 +++++--
.../apache/poi/xssf/extractor/XSSFExportToXml.java | 19 ++++++++++------
.../org/apache/poi/xssf/usermodel/XSSFTable.java | 25 +++++++++++++++------
.../poi/xssf/extractor/TestXSSFExportToXML.java | 14 ++++++++++++
.../apache/poi/xssf/usermodel/TestXSSFTable.java | 16 ++++++++++++-
.../org/apache/poi/hslf/usermodel/HSLFFill.java | 11 +++++----
.../org/apache/poi/hslf/usermodel/HSLFShape.java | 6 ++---
.../java/org/apache/poi/hssf/model/LinkTable.java | 25 ++++++++++++++-------
.../apache/poi/hssf/dev/BaseTestIteratingXLS.java | 5 ++++-
.../org/apache/poi/hssf/model/TestLinkTable.java | 3 +++
.../119877_all type background_save_by_AOO.ppt | Bin 0 -> 932864 bytes
...-57308ca363f5b71763c489d1b432aff009d4bc4f.pptx} | Bin 74295 -> 74295 bytes
...files_rde_documents_vodootvedenie_2020.xlsb.xls | Bin 0 -> 1048576 bytes
test-data/spreadsheet/stress.xls | Bin 75264 -> 75776 bytes
16 files changed, 103 insertions(+), 37 deletions(-)
create mode 100644 test-data/slideshow/119877_all type
background_save_by_AOO.ppt
copy test-data/slideshow/{bug60715.pptx =>
crash-57308ca363f5b71763c489d1b432aff009d4bc4f.pptx} (99%)
create mode 100644
test-data/spreadsheet/rde.imf.ru_sites_default_files_rde_documents_vodootvedenie_2020.xlsb.xls
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]