mirror of
https://github.com/apache/poi.git
synced 2026-02-27 20:40:08 +08:00
Bugzilla 51171: Improved performance of opening large .xls files
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1103502 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
3e381067e8
commit
e960b73c64
@ -34,6 +34,7 @@
|
||||
|
||||
<changes>
|
||||
<release version="3.8-beta3" date="2011-??-??">
|
||||
<action dev="poi-developers" type="add">51171 - Improved performance of opening large .xls files</action>
|
||||
<action dev="poi-developers" type="add">51172 - Add XWPF support for GIF pictures</action>
|
||||
<action dev="poi-developers" type="add">NPOIFS Mini Streams now support extending the underlying big block stream to fit more data</action>
|
||||
<action dev="poi-developers" type="fix">51148 - XWPFDocument now properly tracks paragraphs and tables when adding/removing them</action>
|
||||
|
||||
@ -194,9 +194,6 @@ public class HSSFCell implements Cell {
|
||||
_stringValue=new HSSFRichTextString(((FormulaRecordAggregate) cval).getStringValue());
|
||||
break;
|
||||
}
|
||||
ExtendedFormatRecord xf = book.getWorkbook().getExFormatAt(cval.getXFIndex());
|
||||
|
||||
setCellStyle(new HSSFCellStyle(cval.getXFIndex(), xf, book));
|
||||
}
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user