public class XSSFWorkbook extends POIXMLDocument implements Workbook
SheetIterator
Visibility | Name | Parameters | Deprecated | External Use | CFG | Call | DFG | |
---|---|---|---|---|---|---|---|---|
public | XSSFWorkbook | XSSFWorkbookType workbookType | Show | Show | Show | |||
public | XSSFWorkbook | InputStream is | Show | Show | Show | |||
public | XSSFWorkbook | File file | Show | Show | Show | |||
public | XSSFWorkbook | String path | Show | Show | Show | |||
public | XSSFWorkbook | Show | Show | Show | ||||
public | XSSFWorkbook | OPCPackage pkg | Show | Show | Show | |||
Visibility | Type | Name | Static | Instance | Final | Deprecated | External Use | DFG | |
---|---|---|---|---|---|---|---|---|---|
private | POILogger | logger | Show | ||||||
public | int | PICTURE_TYPE_BMP | Show | ||||||
private | ListValuedMap | namedRangesByName | Show | ||||||
private | List | namedRanges | Show | ||||||
private | SharedStringsTable | sharedStringSource | Show | ||||||
private | XSSFDataFormat | formatter | Show | ||||||
private | List | pivotTables | Show | ||||||
private | Pattern | COMMA_PATTERN | Show | ||||||
public | float | DEFAULT_CHARACTER_WIDTH | Show | ||||||
private | int | MAX_SENSITIVE_SHEET_NAME_LEN | Show | ||||||
public | int | PICTURE_TYPE_GIF | Show | ||||||
public | int | PICTURE_TYPE_TIFF | Show | ||||||
public | int | PICTURE_TYPE_EPS | Show | ||||||
public | int | PICTURE_TYPE_WPG | Show | ||||||
private | CTWorkbook | workbook | Show | ||||||
private | List | sheets | Show | ||||||
private | StylesTable | stylesSource | Show | ||||||
private | IndexedUDFFinder | _udfFinder | Show | ||||||
private | CalculationChain | calcChain | Show | ||||||
private | List | externalLinks | Show | ||||||
private | MapInfo | mapInfo | Show | ||||||
private | MissingCellPolicy | _missingCellPolicy | Show | ||||||
private | List | pictures | Show | ||||||
private | XSSFCreationHelper | _creationHelper | Show | ||||||
private | List | pivotCaches | Show | ||||||
Visibility | Return | Name | Parameters | Static | Instance | Concrete | Deprecated | External Use | CFG | Call | DFG | |
---|---|---|---|---|---|---|---|---|---|---|---|---|
public | Collection | getCustomXMLMappings | Show | Show | Show | |||||||
public | MapInfo | getMapInfo | Show | Show | Show | |||||||
public | int | linkExternalWorkbook | String name Workbook workbook | Show | Show | Show | ||||||
private | void | validateSheetIndex | int index | Show | Show | Show | ||||||
public | boolean | isStructureLocked | Show | Show | Show | |||||||
public | boolean | isWindowsLocked | Show | Show | Show | |||||||
public | boolean | isRevisionLocked | Show | Show | Show | |||||||
public | void | lockStructure | Show | Show | Show | |||||||
public | boolean | getForceFormulaRecalculation | Show | Show | Show | |||||||
public | void | unLockStructure | Show | Show | Show | |||||||
public | int | getActiveSheetIndex | Show | Show | Show | |||||||
public | void | lockWindows | Show | Show | Show | |||||||
public | void | setActiveSheet | int index | Show | Show | Show | ||||||
public | boolean | isMacroEnabled | Show | Show | Show | |||||||
public | int | getFirstVisibleTab | Show | Show | Show | |||||||
public | void | setFirstVisibleTab | int index | Show | Show | Show | ||||||
public | void | setVBAProject | XSSFWorkbook macroWorkbook | Show | Show | Show | ||||||
public | void | unLockRevision | Show | Show | Show | |||||||
public | void | setSheetOrder | String sheetname int pos | Show | Show | Show | ||||||
public | int | addOlePackage | byte[] oleData String label String fileName String command | Show | Show | Show | ||||||
private | void | addRelation | RelationPart rp POIXMLDocumentPart target | Show | Show | Show | ||||||
public | void | setSelectedTab | int index | Show | Show | Show | ||||||
public | void | setSheetName | int sheetIndex String sheetname | Show | Show | Show | ||||||
public | boolean | validateWorkbookPassword | String password | Show | Show | Show | ||||||
private | String | getUniqueSheetName | String srcName | Show | Show | Show | ||||||
public | void | setRevisionsPassword | String password HashAlgorithm hashAlgo | Show | Show | Show | ||||||
public | XSSFName | getBuiltInName | String builtInCode int sheetNumber | Show | Show | Show | ||||||
public | void | unLockWindows | Show | Show | Show | |||||||
public | int | getSheetIndex | Sheet sheet | Show | Show | Show | ||||||
public | XSSFName | createBuiltInName | String builtInName int sheetNumber | Show | Show | Show | ||||||
public | XSSFSheet | createSheet | Show | Show | Show | |||||||
public | void | lockRevision | Show | Show | Show | |||||||
private | boolean | workbookProtectionPresent | Show | Show | Show | |||||||
private | CTWorkbookProtection | safeGetWorkbookProtection | Show | Show | Show | |||||||
public | XSSFSheet | createSheet | String sheetname | Show | Show | Show | ||||||
public | int | getNumberOfSheets | Show | Show | Show | |||||||
public | void | setWorkbookPassword | String password HashAlgorithm hashAlgo | Show | Show | Show | ||||||
protected | void | onDocumentRead | Show | Show | Show | |||||||
public | Iterator | iterator | Show | Show | Show | |||||||
private | XSSFName | createAndStoreName | CTDefinedName ctName | Show | Show | Show | ||||||
public | String | getSheetName | int sheetIx | Show | Show | Show | ||||||
public | XSSFSheet | getSheetAt | int index | Show | Show | Show | ||||||
public | XSSFSheet | getSheet | String name | Show | Show | Show | ||||||
public | List | getPivotTables | Show | Show | Show | |||||||
public | void | removeSheetAt | int index | Show | Show | Show | ||||||
private | void | updateNamedRangesAfterSheetReorder | int oldIndex int newIndex | Show | Show | Show | ||||||
public | XSSFWorkbookType | getWorkbookType | Show | Show | Show | |||||||
public | void | setWorkbookType | XSSFWorkbookType type | Show | Show | Show | ||||||
public | XSSFFont | createFont | Show | Show | Show | |||||||
public | void | setVBAProject | InputStream vbaProjectStream | Show | Show | Show | ||||||
protected | void | beforeDocumentRead | Show | Show | Show | |||||||
private | void | updateActiveSheetAfterSheetReorder | int oldIndex int newIndex | Show | Show | Show | ||||||
public | XSSFFont | findFont | boolean bold short color short fontHeight String name boolean italic boolean strikeout short typeOffset byte underline | Show | Show | Show | ||||||
public | short | getNumberOfFonts | Show | Show | Show | |||||||
private | void | validateSheetName | String sheetName | Show | Show | Show | ||||||
private | void | saveNamedRanges | Show | Show | Show | |||||||
protected | XSSFDialogsheet | createDialogsheet | String sheetname CTDialogsheet dialogsheet | Show | Show | Show | ||||||
public | XSSFCellStyle | createCellStyle | Show | Show | Show | |||||||
private | CTSheet | addSheet | String sheetname | Show | Show | Show | ||||||
public | int | getNumCellStyles | Show | Show | Show | |||||||
private | String | getReferencePrintArea | String sheetName int startC int endC int startR int endR | Show | Show | Show | ||||||
public | XSSFCellStyle | getCellStyleAt | int idx | Show | Show | Show | ||||||
public | UDFFinder | getUDFFinder | Show | Show | Show | |||||||
public | int | getSheetIndex | String name | Show | Show | Show | ||||||
private | void | reprocessNamedRanges | Show | Show | Show | |||||||
public | SpreadsheetVersion | getSpreadsheetVersion | Show | Show | Show | |||||||
public | XSSFTable | getTable | String name | Show | Show | Show | ||||||
private | void | saveCalculationChain | Show | Show | Show | |||||||
protected | void | commit | Show | Show | Show | |||||||
public | int | getNumberOfNames | Show | Show | Show | |||||||
public | XSSFName | getNameAt | int nameIndex | Show | Show | Show | ||||||
public | XSSFName | getName | String name | Show | Show | Show | ||||||
public | List | getNames | String name | Show | Show | Show | ||||||
public | List | getAllNames | Show | Show | Show | |||||||
public | StylesTable | getStylesSource | Show | Show | Show | |||||||
public | ThemesTable | getTheme | Show | Show | Show | |||||||
public | XSSFName | createName | Show | Show | Show | |||||||
public | void | parseSheet | Map shIdMap CTSheet ctSheet | Show | Show | Show | ||||||
public | XSSFCreationHelper | getCreationHelper | Show | Show | Show | |||||||
public | int | getNameIndex | String name | Show | Show | Show | ||||||
public | void | removeName | int nameIndex | Show | Show | Show | ||||||
public | void | removeName | String name | Show | Show | Show | ||||||
private | void | onWorkbookCreate | Show | Show | Show | |||||||
public | void | removeName | Name name | Show | Show | Show | ||||||
public | void | setPrintArea | int sheetIndex String reference | Show | Show | Show | ||||||
public | Iterator | sheetIterator | Show | Show | Show | |||||||
public | void | setPrintArea | int sheetIndex int startColumn int endColumn int startRow int endRow | Show | Show | Show | ||||||
public | List | getAllEmbedds | Show | Show | Show | |||||||
protected | OPCPackage | newPackage | XSSFWorkbookType workbookType | Show | Show | Show | ||||||
public | void | removePrintArea | int sheetIndex | Show | Show | Show | ||||||
public | MissingCellPolicy | getMissingCellPolicy | Show | Show | Show | |||||||
public | SharedStringsTable | getSharedStringSource | Show | Show | Show | |||||||
public | void | updateName | XSSFName name String oldName | Show | Show | Show | ||||||
public | void | setMissingCellPolicy | MissingCellPolicy missingCellPolicy | Show | Show | Show | ||||||
public | XSSFDataFormat | createDataFormat | Show | Show | Show | |||||||
public | CTWorkbook | getCTWorkbook | Show | Show | Show | |||||||
public | int | addPicture | byte[] pictureData int format | Show | Show | Show | ||||||
public | List | getAllPictures | Show | Show | Show | |||||||
public | String | getPrintArea | int sheetIndex | Show | Show | Show | ||||||
private | boolean | containsSheet | String name int excludeSheetIdx | Show | Show | Show | ||||||
public | boolean | isDate1904 | Show | Show | Show | |||||||
public | void | unLock | Show | Show | Show | |||||||
public | boolean | isHidden | Show | Show | Show | |||||||
public | void | setHidden | boolean hiddenFlag | Show | Show | Show | ||||||
public | int | addPicture | InputStream is int format | Show | Show | Show | ||||||
public | boolean | isSheetHidden | int sheetIx | Show | Show | Show | ||||||
protected | void | setPivotTables | List pivotTables | Show | Show | Show | ||||||
public | boolean | isSheetVeryHidden | int sheetIx | Show | Show | Show | ||||||
private | void | onSheetDelete | int index | Show | Show | Show | ||||||
public | SheetVisibility | getSheetVisibility | int sheetIx | Show | Show | Show | ||||||
public | XSSFSheet | cloneSheet | int sheetNum | Show | Show | Show | ||||||
public | XSSFSheet | cloneSheet | int sheetNum String newName | Show | Show | Show | ||||||
public | void | setSheetHidden | int sheetIx boolean hidden | Show | Show | Show | ||||||
protected | CTPivotCache | addPivotCache | String rId | Show | Show | Show | ||||||
public | void | setSheetHidden | int sheetIx int state | Show | Show | Show | ||||||
public | XSSFFont | getFontAt | short idx | Show | Show | Show | ||||||
public | void | setSheetVisibility | int sheetIx SheetVisibility visibility | Show | Show | Show | ||||||
protected | void | onDeleteFormula | XSSFCell cell | Show | Show | Show | ||||||
public | boolean | validateRevisionsPassword | String password | Show | Show | Show | ||||||
public | void | addToolPack | UDFFinder toopack | Show | Show | Show | ||||||
public | CalculationChain | getCalculationChain | Show | Show | Show | |||||||
public | List | getExternalLinksTable | Show | Show | Show | |||||||
public | void | setForceFormulaRecalculation | boolean value | Show | Show | Show | ||||||
Issue Id | Last Changed | Summary | Status | Severity | Priority | Related Commits | View Report | |
---|---|---|---|---|---|---|---|---|
60197 | 2016-10-09 03:06:55 | setSheetOrder doesn't update names scope | RESOLVED | normal | P2 | dd1ed5b84 | Show | |
57494 | 2015-01-28 14:53:58 | Discrepancy between using XSSFWorkbook.getSheetAt(0).getRowIterator() and XSSFWorkbook.getSheetAt(0).getRow(#) | RESOLVED | normal | P2 | Show | ||
61699 | 2017-10-31 15:45:23 | Implement XSSFWorkbook#isHidden() | NEW | enhancement | P2 | Show | ||
59738 | 2016-07-24 23:39:08 | Excel Files generated using XSSFWorkbook can't be opened using Ms-Excel or OpenOffice | RESOLVED | normal | P2 | Show | ||
60586 | 2017-01-15 02:08:29 | Support embedding OLE1.0 package in XSSF / SS Common | RESOLVED | enhancement | P2 | 5899f8884 | Show | |
47028 | 2009-04-17 11:09:14 | Inconsistent behavior between HSSF, XSSF: Cell.setCellStyle(...) | RESOLVED | normal | P2 | ecb76070a | Show | |
47041 | 2009-04-17 09:47:55 | Getting error while creating a worksheet using XSSFWorkbook class | RESOLVED | critical | P2 | Show | ||
47089 | 2009-04-24 11:27:27 | XSSFWorkbook.createSheet(...) corrupts Excel file | RESOLVED | major | P2 | Show | ||
56836 | 2014-10-16 23:56:05 | XML signature support | RESOLVED | normal | P2 | 5692f061a, aa91f244d | Show | |
59920 | 2016-08-01 12:51:33 | Unexpected change in behaviour for XSSFWorkbook.setWorkbookPassword | RESOLVED | normal | P2 | Show | ||
59922 | 2016-08-01 18:21:22 | Rename misspelled XSSFPaswordHelper to XSSFPasswordHelper | RESOLVED | enhancement | P2 | fcb22a8a5, ca31684a2 | Show | |
45899 | 2008-09-28 22:33:05 | patch for XSSFWorkbook | RESOLVED | normal | P2 | Show | ||
47294 | 2009-06-10 11:45:51 | XSSFWorkbook - FormulaParseException thrown from setRepeatingRowsAndColumns() when sheet name has a quote - ' in it. | RESOLVED | major | P2 | af23e1554 | Show | |
58617 | 2015-11-22 20:52:46 | Add custom safe XmlBeans type loader / rename vendor specific schema packages | RESOLVED | normal | P2 | 47b5cde9c | Show | |
47026 | 2009-04-20 09:51:05 | Problems with Cell Formula | RESOLVED | normal | P2 | ecb76070a | Show | |
59170 | 2016-11-02 16:19:35 | Remove deprecated classes (POI 3.15) | RESOLVED | normal | P2 | e355d20cf, ccdc23ab4, e9be07056, ae12cfcd5, 3387617db, dde2a2528, 59d1dc095, 7d6be0ff5, 28622a6da, 1d8067338, 8eb863686, 7b14a4843, 07767097b, 890afdc0f, c7c11821f, e28a8789f, 06b4103cb, 3369507ca, 5fe6c32f8, 8e36872c4, 45ec02487, c3833b5ce, d7fc37b2d, 4243208ad, 9b217ab2d, 7228082d6, 8e8422620, 38b29717e, f2390589d | Show | |
47620 | 2009-08-05 10:55:29 | XSSFWorkbook.setRepeatingRowsAndColumns causes FormulaParseException | RESOLVED | normal | P2 | d5f241bfb | Show | |
47813 | 2009-09-13 07:49:29 | Problems with XSSFWorkbook.removeSheetAt when workbook contains chart | RESOLVED | normal | P2 | 390d185a8 | Show | |
61033 | 2017-09-20 19:09:57 | [PATCH] Add Workbook.setCellFormulaValidation to control whether formulas are validated during Cell.setCellFormula or not | RESOLVED | enhancement | P2 | Show | ||
54564 | 2013-06-25 15:20:04 | [PATCH] Invalid range in error message when accessing out of range sheet | RESOLVED | trivial | P2 | a7bfec927 | Show | |
61972 | 2018-01-20 23:05:25 | Adding chart in Document of MS-Word File without reading Temp MS-Word File | RESOLVED | normal | P2 | Show | ||
51415 | 2011-06-23 10:49:38 | Sheet name cannot exceed 31 characters | RESOLVED | regression | P2 | abe5618b5 | Show | |
45018 | 2008-05-28 08:44:09 | [PATCH] Patch to fetch embedded documents from OOXML files | RESOLVED | normal | P2 | Show | ||
46660 | 2009-02-13 13:50:54 | How to unhide a hidden Workbook? | RESOLVED | normal | P2 | 521656d9c | Show | |
56705 | 2015-07-22 08:49:24 | [PATCH] XSSFWorkbook.getSheet(String) is slow with many sheets | RESOLVED | normal | P2 | Show | ||
47411 | 2009-06-29 07:53:38 | xlsx files with date values don't display properly in Mac Excel 2008 (due to different defaults, apparently) | RESOLVED | normal | P2 | efc543103 | Show | |
48432 | 2010-05-20 02:02:27 | [PATCH]Initial draft of XSSFTheme | RESOLVED | normal | P2 | eb4a56cb5 | Show | |
50029 | 2010-09-30 00:21:39 | XSSFWorkbook created cannot be opened by Excel 2007 SP2 | RESOLVED | blocker | P2 | Show | ||
47520 | 2010-01-20 12:15:48 | [PATCH] Implementation of an XLSX to XML Exporter using Custom XML Mapping | RESOLVED | normal | P2 | 8a3095d0b, 0662f7e86 | Show | |
61940 | 2017-12-31 00:14:35 | Replace ClassID statics with enum | RESOLVED | normal | P2 | Show | ||
56020 | 2014-07-30 15:45:43 | [Patch] Patch for creating PivotTables | RESOLVED | normal | P2 | 797f3368d | Show | |
58801 | 2017-09-22 17:41:07 | POI 3.13 - Failed to open load xlsx file into XSSFWorkbook | RESOLVED | normal | P2 | Show | ||
56129 | 2015-09-13 19:34:47 | XSSFWorkBook.setSheetHidden(0, true) does not hide the first sheet | RESOLVED | major | P2 | a5918f26f | Show | |
56675 | 2015-01-22 15:02:34 | Cannot create new XSSFWorkbook from an OPCPackage that opened an Excel 2013 file with PackageAccess.READ | RESOLVED | normal | P2 | Show | ||
49253 | 2011-03-30 18:57:47 | setRepeatingRowsAndColumns sets print orientation from landscape to portrait | RESOLVED | normal | P2 | df4983815 | Show | |
52484 | 2015-11-30 09:53:54 | Superscript font works for XSSFWorkbook but not SXSSFWorkbook | RESOLVED | enhancement | P2 | Show | ||
56278 | 2014-05-14 20:19:32 | Workbook Opens in Excel But Not POI Due To NPE | RESOLVED | normal | P2 | 6d2ecdeac | Show | |
47100 | 2011-03-04 06:32:22 | Change Worksheet name, related formula are not updated | RESOLVED | normal | P2 | 817a44dcd | Show | |
57840 | 2017-11-03 22:21:23 | [PATCH] Support for structured references with Excel tables. | RESOLVED | enhancement | P2 | 1a906b4d6, 6d03eafcf, c8627bb8b, 71e3aa52f, a6f21296c, 6a6aa540e, ed3364b6d, 9e54ef68c, e3beb3abd, be9b61504, fe44b01cd, 12d7fb30a, ea30ed25b, 07c65c3fc, cd4058fd6 | Show | |
51422 | 2011-06-30 15:54:30 | Support using RecalcIdRecord to trigger a full formula recalculation on load | RESOLVED | normal | P2 | 19a6ad2ab, 9930e7099 | Show | |
45881 | 2008-09-24 10:57:11 | Fix some examples | RESOLVED | normal | P2 | Show | ||
47668 | 2009-08-17 03:16:46 | OOXML is parsed as tree, but PPTX is a graph | VERIFIED | critical | P2 | 6fab98df5, 76ccb2957 | Show | |
47809 | 2009-09-16 17:46:47 | [PATCH] Improved work with UDFs. | RESOLVED | normal | P2 | 141dc22e8, cae73922a | Show | |
56467 | 2015-03-11 18:25:48 | [PATCH] cloneSheet() does not properly copy pictures | RESOLVED | normal | P2 | b7c14b3a8 | Show | |
56468 | 2014-07-16 21:15:51 | [PATCH] Writing a workbook more than once corrupts the file | RESOLVED | major | P2 | d0320ad77 | Show | |
61734 | 2018-04-19 08:48:34 | Error after writing XLSM file via XSSFWorkbook - file read via XSSFWorkbook before | RESOLVED | major | P2 | Show | ||
49875 | 2010-09-04 11:57:21 | Different behaviour with invalid sheet names between HSSF and XSSF | RESOLVED | normal | P2 | 374442842 | Show | |
49878 | 2010-09-05 09:09:48 | setSheetHidden for XSSF workbook not working properly | RESOLVED | normal | P2 | d55edf3f7 | Show | |
57184 | 2017-01-08 20:24:47 | Missing Formula support for External References | NEW | enhancement | P2 | 3b4a96bbc, 0fdd7a1db | Show | |
61374 | 2017-09-13 20:04:58 | Opening an XSSFWorkbook in CICS using a EBCDIC encoding | RESOLVED | normal | P2 | Show | ||
49966 | 2010-11-12 07:05:22 | Removing formula cell doesn't clear calcChain entry | RESOLVED | normal | P2 | 39a185e9a, e8bbd4c95 | Show | |
52504 | 2012-02-03 11:23:43 | Can't insert picture on a XSSFWorkbook | RESOLVED | normal | P2 | Show | ||
62018 | 2018-01-23 05:49:11 | RichTextString.numFormattingRuns not work on pasted cell contains styled text. | RESOLVED | normal | P2 | Show | ||
50638 | 2011-01-22 21:27:02 | Creating XSSFWorkbook works on windows but not on Linux | RESOLVED | major | P2 | Show | ||
56744 | 2014-07-18 22:49:36 | Support for ExternalLinks in XSSF | RESOLVED | normal | P2 | 1ed2a1832, 611bcffb0 | Show | |
50315 | 2013-09-05 15:40:44 | XSSF sheet.setAutoFilter() crashes Excel by sorting. | RESOLVED | normal | P2 | 0f86c22ae | Show | |
46003 | 2008-10-17 11:45:42 | Implemented XSSFWorkbook.setPrintArea() | RESOLVED | normal | P2 | Show | ||
62435 | 2018-06-06 16:54:44 | Rename POIXMLDocument getAllEmbedds to getAllEmbeddedParts | RESOLVED | normal | P2 | Show | ||
56854 | 2015-09-13 20:18:11 | XMLBeans performance when using getXXXList() and other proxy methods | RESOLVED | normal | P2 | a82d67a2d, aa91f244d | Show | |
56930 | 2016-03-13 21:36:22 | XSSFWorkbook ignores XSSFName's that have the same name | RESOLVED | major | P2 | 4bd9afde4 | Show | |
54470 | 2016-06-15 09:45:50 | [PATCH] Solution to support Graph in XSSFWorkbook.cloneSheet method | NEW | enhancement | P1 | Show | ||
60331 | 2017-05-20 20:21:14 | Remove deprecated classes (POI 3.16) | RESOLVED | enhancement | P2 | a3f001b7a, cbc3f8599, 0ff9cbb0f, 579a132ef, 5add58312, 21009c9ab, 6ea58e94b, 3fe0aeb31 | Show | |
61701 | 2017-10-31 09:56:53 | XSSFName.getSheetName() throws when the named range refers to a formula with a Table range | NEW | normal | P2 | Show | ||
47737 | 2009-09-12 09:03:07 | Unreadable content opening XSSF generated excel. | RESOLVED | critical | P2 | 390d185a8 | Show | |
58775 | 2015-12-29 05:56:14 | Excel reports corrupt workbook if workbook has more than 205 custom DataFormats | RESOLVED | normal | P2 | 0849d8c34, ef26a1d15, 3204cedf2, 9bdfcc4be, 8a7cd6308, a50f45e4c, 0404c61ac | Show | |
57165 | 2016-03-13 21:35:15 | Failed to clone a sheet from an Excel 2010 | RESOLVED | normal | P2 | 9ede62441, e13374683 | Show | |
57171 | 2014-12-22 09:00:51 | Moving the active sheet and deleting the others results in a corrupted file | RESOLVED | normal | P2 | 0fdfac62c | Show | |
45431 | 2016-03-31 06:08:43 | XSSFWorkbook cannot save a macro-enabled Excel (.xlsm) | RESOLVED | normal | P2 | Show | ||
57373 | 2014-12-22 14:38:08 | XSSFWorkbook doesn't work | RESOLVED | normal | P2 | 83f5683c5 | Show | |
57482 | 2015-01-22 15:04:09 | InvalidOperationException occurs when creating XSSFWorkbook with PackageAccess.READ | RESOLVED | normal | P2 | b25e4ca87, ca3398338 | Show | |
54625 | 2013-03-03 16:16:36 | User defined functions added to static variable | RESOLVED | normal | P2 | 651e62217 | Show | |
51470 | 2015-04-08 07:04:32 | java.lang.IndexOutOfBoundsException during XSSF Workbook.cloneSheet() | RESOLVED | normal | P2 | 77277a7ac | Show | |
51483 | 2014-09-04 22:55:06 | XSSF locking of specific features not working | RESOLVED | normal | P2 | ff053aa4c | Show | |
54916 | 2016-01-10 20:48:28 | [PATCH] POI does not always read all the slides in pptx files | RESOLVED | major | P2 | f56b918b1, 907285520, 378308070 | Show | |
60605 | 2017-01-20 06:07:09 | Convert Workbook.SHEET_STATE_HIDDEN, VISIBLE, and VERY_HIDDEN to enum | NEEDINFO | enhancement | P2 | dfd906aa9, 15be6fb33, 2f648842c | Show | |
57880 | 2017-09-10 08:02:24 | Writing negative cellStyleIndex into sheet1.xml | RESOLVED | normal | P2 | f3c14d82a, 3543d1a55 | Show | |
58036 | 2015-07-13 09:05:32 | [PATCH] XSSFWorkbook.setVBAProject() | RESOLVED | enhancement | P2 | Show | ||
53500 | 2015-05-18 20:16:50 | [Patch] Getter for repeating rows and columns | RESOLVED | normal | P2 | d619711ea, 8394c58b1 | Show | |
47942 | 2009-10-28 09:28:03 | document protection implementation | RESOLVED | enhancement | P2 | 1d8220671 | Show | |
60509 | 2016-12-28 20:02:35 | XSSFWorkbook.setSheetName() does not update references in charts | NEW | enhancement | P2 | Show | ||
58146 | 2015-08-03 07:33:14 | Unable to simply create Theme in new XSSFWorkbook | RESOLVED | normal | P2 | Show | ||
58245 | 2015-09-17 11:18:55 | [PATCH] Make Workbook interface iterable over sheets | RESOLVED | enhancement | P2 | 9647b62d1 | Show | |
52204 | 2011-11-18 13:17:18 | InputStream not closed | RESOLVED | normal | P2 | 6790b8559 | Show | |
59773 | 2016-08-15 05:39:46 | Move loop invariants outside of loop for faster execution | NEW | enhancement | P2 | 33cf81519, 954306ea2, e97b333ea, 73fcbfdb6 | Show | |
52268 | 2011-12-07 08:52:58 | Missing images on cloned sheets. | RESOLVED | normal | P2 | 1b19410d6 | Show | |
62355 | 2018-05-27 22:21:47 | Unsplit packages to conform Jigsaw (Java 9) module standard | NEW | normal | P2 | Show | ||
45974 | 2008-10-21 10:57:07 | POI 3.5b3: XSSFCell.getCellStyle can return null | RESOLVED | normal | P2 | Show | ||
45492 | 2008-09-21 11:57:37 | HSSFCellStyle.getFillBackgroundColor() does always return 64 | RESOLVED | normal | P2 | 0c6a27425 | Show | |
48718 | 2017-07-23 22:33:08 | XSSFWorkbook.createFont fails to add font to styletable if un-modified Font was created | RESOLVED | normal | P2 | e09e67c40 | Show | |
57163 | 2015-10-27 09:13:42 | Cannot delete an arbitrary sheet in an XLS workbook (only the last one) | RESOLVED | normal | P2 | 12c220121, 0fdfac62c | Show | |
52255 | 2012-02-26 06:38:55 | RFE: XWPFPictureData should allow registration of new image formats | RESOLVED | normal | P2 | a6aa1fd99 | Show | |
61031 | 2017-06-16 20:14:10 | XSSFWorkbook and SXSSFWorkbook produce different output | NEW | enhancement | P2 | Show | ||
58909 | 2016-03-31 16:14:05 | [PATCH] Performance problem on cloneSheet/setSheetName | RESOLVED | enhancement | P2 | d0513f2ca | Show | |
58879 | 2016-01-16 22:29:19 | Return SpreadsheetVersion from Workbook | RESOLVED | enhancement | P2 | 276e95e43 | Show | |
45894 | 2008-09-25 23:03:03 | patch XSSFWorkbook | RESOLVED | normal | P2 | Show | ||
47559 | 2009-08-09 06:30:45 | POI generated xlsx files are not compatible with Excel 2008 Mac SP2 | RESOLVED | normal | P2 | 0f1f7d1d4 | Show | |
46080 | 2008-10-25 06:40:30 | javadoc for XSSFHyperlink | RESOLVED | normal | P2 | Show | ||
45917 | 2008-11-05 20:11:03 | Documentation XSSFFont | RESOLVED | normal | P2 | Show | ||
46081 | 2008-10-25 06:40:55 | implemented XSSFWorkbook.setRepeatingRowsAndColumns | RESOLVED | normal | P2 | Show | ||
45920 | 2008-11-05 20:20:09 | Implement XSSFSheet.getDisplayGuts and XSSFSheet.setDisplayGuts | RESOLVED | normal | P2 | Show | ||
46207 | 2008-11-13 22:50:29 | [POI 3.5 Beta 3] MS Excel 2007 open workbook (saved by XSSFWorkbook ) with errors | RESOLVED | normal | P2 | Show | ||
53568 | 2012-10-10 10:50:21 | Pictures in XSSF have NULL anchors | RESOLVED | normal | P2 | 7290c5fab, eb40f810d | Show | |
59718 | 2016-06-19 20:34:18 | Deprecate SS Font.get/setBoldweight | RESOLVED | normal | P2 | acac716a6 | Show | |
56800 | 2014-08-01 14:35:04 | Exception for XLSB files should indicate that the file format is unsupported | RESOLVED | normal | P2 | 0e44d8da7 | Show | |
46433 | 2008-12-22 11:53:40 | XSSFWorkbook.getCellFormula() Failed | RESOLVED | normal | P2 | Show | ||
56537 | 2014-07-03 05:47:32 | Using org.apache.poi.ss.usermodel.WorkbookFactory.create(File) leaks file handles | RESOLVED | normal | P2 | a1d0c8a26, 47a8f6cf4, f33843810, e34e77b12, 1bcf519c7 | Show | |
49907 | 2010-09-11 08:48:30 | Inconsistent behaviour between HSSF and XSSF when creating consecutive names | RESOLVED | normal | P2 | 442579c32 | Show | |
46419 | 2009-07-28 03:07:23 | XSSFWorkbook.write() file format error | RESOLVED | major | P2 | 0f1f7d1d4 | Show | |
53950 | 2012-10-04 13:30:52 | setForceFormulaRecalculation does not force formula recalcuation in xlsx documents created with Excel 2010 | RESOLVED | normal | P2 | 141294063 | Show | |
Commit Id | Commiter | Date/Time | Summary | Related Issues | View Commit | |
---|---|---|---|---|---|---|
aa91f244d | Andreas Beeker | 2014-09-30 | Bug 56836 - XML signature support | 56854, 56836 | Show | |
390d185a8 | Yegor Kozlov | 2009-09-12 | improved XSSFWorkbook.removeSheetAt, see Bugzilla 47737 and 47813 | 47737, 47813 | Show | |
acac716a6 | Javen O'Neal | 2016-06-18 | bug 59718: deprecate get/setBoldweight. Use get/setBold | 59718 | Show | |
9930e7099 | Yegor Kozlov | 2011-06-30 | added Workbook.getForceFormulaRecalculation as requested in Bug 51422 | 51422 | Show | |
19a6ad2ab | Yegor Kozlov | 2011-06-27 | Bug 51422 - Support using RecalcIdRecord to trigger a full formula recalculation on load | 51422 | Show | |
ff053aa4c | Andreas Beeker | 2014-09-04 | Bug 51483 - XSSF locking of specific features not working Added some documentation to the crypto functions and adapted xor1verifier code to the OFFCrypto-Docs | 51483 | Show | |
6d2ecdeac | Nick Burch | 2014-03-17 | Fix bug #56278 - Support loading .xlsx files with no Styles Table | 56278 | Show | |
abe5618b5 | Yegor Kozlov | 2011-06-23 | Bug 51415 - Fixed Workbook.createSheet(sheetName) to truncate names longer than 31 characters | 51415 | Show | |
47b5cde9c | Andreas Beeker | 2015-11-21 | #58617 - Add custom safe XmlBeans type loader / rename vendor specific schema packages | 58617 | Show | |
b25e4ca87 | Nick Burch | 2015-01-22 | 57482 Handle XSLX files with no shared strings table in read-only mode | 57482 | Show | |
77277a7ac | Yegor Kozlov | 2011-07-20 | fixed bug 51470 - avoid exception when cloning XSSF sheets with background images | 51470 | Show | |
21009c9ab | Andreas Beeker | 2016-12-03 | #60331 - Remove deprecated classes - remove constructors with PackageRelationship argument | 60331 | Show | |
ecb76070a | Yegor Kozlov | 2009-04-17 | Fixed XSSFCell to preserve cell style when cell value is set to blank, also avoid NPE in XSSFCell.setCellType() when workbook does not have SST, see bugs 47026 and 47028 | 47026, 47028 | Show | |
276e95e43 | Javen O'Neal | 2016-01-16 | bug 58879: add SpreadsheetVersion to Workbook interface | 58879 | Show | |
0f1f7d1d4 | Yegor Kozlov | 2009-07-24 | fixed compatibility issues with OpenOffice 3.0 and Excel 2008 Mac sp2, see Bugzilla #46419 and #47559 | 47559, 46419 | Show | |
e09e67c40 | Nick Burch | 2010-05-28 | Fix bug #48718 - Make the creation of multiple, un-modified fonts in a row in XSSF match the old HSSF behaviour | 48718 | Show | |
dd1ed5b84 | Javen O'Neal | 2016-10-09 | bug 60197: Workbook#setSheetOrder should update named range sheet indices | 60197 | Show | |
76ccb2957 | Yegor Kozlov | 2009-08-12 | Improved parsing of OOXML documents, see Bugzilla 47668 | 47668 | Show | |
0f86c22ae | Yegor Kozlov | 2010-12-02 | Avoid crashing Excel when sorting XSSFSheet autofilter, see Bugzilla 50315 | 50315 | Show | |
a82d67a2d | Andreas Beeker | 2014-08-28 | Bug 56854 - XMLBeans performance when using getXXXList() and other proxy methods | 56854 | Show | |
a7bfec927 | Nick Burch | 2013-06-25 | Fix from Florian Hopf from bug #54564 - Fix error message text for a workbook with no sheets when a sheet operation is performed | 54564 | Show | |
f56b918b1 | Andreas Beeker | 2016-01-10 | #54916 - POI does not always read all the slides in pptx files | 54916 | Show | |
0e44d8da7 | Nick Burch | 2014-08-01 | Fix bug #56800 - Provide a helpful exception, XLSBUnsupportedException, if XSSFWorkbook is passed a .xlsb file | 56800 | Show | |
c3833b5ce | Javen O'Neal | 2016-06-17 | bug 59170: remove deprecated o.a.p.xwpf.model.XWPFHyperlinkDecorator class | 59170 | Show | |
eb4a56cb5 | Nick Burch | 2010-05-19 | Apply (with slight tweaks) patch from bug #48432 - Support for XSSF themes | 48432 | Show | |
8a3095d0b | Yegor Kozlov | 2009-07-16 | support for custom XML mappings in XSSF, see Bugzilla 47520 | 47520 | Show | |
521656d9c | Josh Micich | 2009-02-13 | Bugzilla 46660 - added 'hidden' property to Workbook | 46660 | Show | |
1b19410d6 | Yegor Kozlov | 2011-12-07 | Bugzilla 52268 - support cloning sheets with drawings in XSSF | 52268 | Show | |
0fdfac62c | Dominik Stadler | 2014-12-22 | Bug 57171 and 57163: Adjust the active sheet in setSheetOrder() and removeSheet() for both HSSF and XSSF | 57171, 57163 | Show | |
73fcbfdb6 | Javen O'Neal | 2016-07-02 | bug 59773: move loop invariants outside of loop or change for loops to for-each loops | 59773 | Show | |
141dc22e8 | Yegor Kozlov | 2009-09-16 | improved work with user-defined functions, see Bugzilla 47809 | 47809 | Show | |
47a8f6cf4 | Nick Burch | 2014-06-11 | Partial fix for #56537 - Have Workbook offer a close() method, which in turn closes the NPOIFS or OPC resource from which it was loaded | 56537 | Show | |
d0513f2ca | Dominik Stadler | 2016-03-31 | Apply patch from bug 58909 - Add a cloneSheet() which directly sets the sheetname to allow to avoid a costly renaming of sheets. Combine related unit-tests into Base-Test-Classes to run them for all types of Workbook/Sheet/... | 58909 | Show | |
a50f45e4c | Javen O'Neal | 2015-12-28 | bug 58775: use short for data format index, int for cell style index | 58775 | Show | |
39a185e9a | Nick Burch | 2010-09-21 | Fix bug #49966 - Correctly remove calcChain entries for XSSF cells that stop holding formulas | 49966 | Show | |
3b4a96bbc | Nick Burch | 2014-11-04 | Some more XSSF testing for #57184 | 57184 | Show | |
8a7cd6308 | Javen O'Neal | 2015-12-28 | bug 58775: add Override annotations, Javadocs, and comments | 58775 | Show | |
1d8220671 | Ugo Cei | 2009-10-28 | [47942] added implementation of protection features to XLSX and DOCX files. Patch submitted by Roberto Albertini. | 47942 | Show | |
efc543103 | Yegor Kozlov | 2009-06-27 | Explicitly set the 1900 date system when creating XSSF workbooks, see Bugzilla 47411 | 47411 | Show | |
dfd906aa9 | Javen O'Neal | 2017-01-20 | bug 60605: remove code for enforcing rule that active sheet cannot be hidden | 60605 | Show | |
15be6fb33 | Javen O'Neal | 2017-01-20 | bug 60605: convert Workbook.SHEET_STATE_* to SheetVisibility enum | 60605 | Show | |
3543d1a55 | Nick Burch | 2015-05-03 | Avoid short wrapping on cell styles and formats > 32,767 in XSSF - format supports up to 64,000 of them #57880 | 57880 | Show | |
1ed2a1832 | Nick Burch | 2014-07-19 | There can be more than one linked ExternalLinks table for a workbook #56744 | 56744 | Show | |
5899f8884 | Andreas Beeker | 2017-01-15 | #60586 - Support embedding OLE1.0 package in XSSF / SS Common | 60586 | Show | |
611bcffb0 | Nick Burch | 2014-07-18 | Initial support for XSSF External Links tables, which hold references to other workbooks referenced by formulas and names. #56744 | 56744 | Show | |
df4983815 | Nick Burch | 2011-03-18 | Fix bug #49253 - When setting repeating rows and columns for XSSF, don't break the print settings if they were already there | 49253 | Show | |
442579c32 | Yegor Kozlov | 2010-09-11 | fixed inconsistent behaviour between HSSF and XSSF when creating consecutive names, see Bugzilla 49907 | 49907 | Show | |
d5f241bfb | Yegor Kozlov | 2009-08-05 | Avoid FormulaParseException in XSSFWorkbook.setRepeatingRowsAndColumns when removing repeated rows and columns, see Bugzilla 47620 | 47620 | Show | |
6790b8559 | Yegor Kozlov | 2011-12-10 | Bugzilla 52204: Deprecated XSSFWorkbook(String path) constructor because it does not close underlying .zip file | 52204 | Show | |
797f3368d | Nick Burch | 2014-07-30 | Patch from Sofia Larsson and Martin Andersson from bug #56020 - XSSF support for creating Pivot tables | 56020 | Show | |
f33843810 | Nick Burch | 2014-07-03 | Now that XSSFWorkbook can be closed, the older path based constructor no longer needs to be deprecated #56537 | 56537 | Show | |
d55edf3f7 | Yegor Kozlov | 2010-09-05 | improved API for hiding sheets, see Bugzilla 49878 | 49878 | Show | |
374442842 | Yegor Kozlov | 2010-09-04 | fixed XSSFWorkbook.createSheet to throw exception if sheet name begins or ends with a single quote ('), see Bugzilla 49875 | 49875 | Show | |
fcb22a8a5 | Javen O'Neal | 2016-08-01 | bug 59922: rename XSSFPaswordHelper to XSSFPasswordHelper | 59922 | Show | |
a6aa1fd99 | Yegor Kozlov | 2012-02-26 | Bugzilla 52255 - support adding TIFF,EPS and WPG pictures in OOXML documents | 52255 | Show | |
817a44dcd | Yegor Kozlov | 2011-03-04 | Change related formulas and named ranges when XSSFWorkbook.setSheetName is called, see Bugzilla 47100 | 47100 | Show | |
4bd9afde4 | Dominik Stadler | 2016-03-13 | Bug 56930: Add Workbook.getNames() to allow to query for names that appear multiple times | 56930 | Show | |
0fdd7a1db | Nick Burch | 2014-11-04 | Partial HSSF support for adding new external workbook formula references for #57184 | 57184 | Show | |
eb40f810d | Yegor Kozlov | 2012-10-10 | Bugzilla 53568: Fixed null returned by XSSFPicture.getPictureData() | 53568 | Show | |
141294063 | Yegor Kozlov | 2012-10-04 | Bugzilla 53950 - fixed setForceFormulaRecalculation to reset workbook-level manual flag< | 53950 | Show | |
83f5683c5 | Dominik Stadler | 2014-12-22 | Bug 57373: Fix get/setFirstVisibleTab() for XSSFWorkbook | 57373 | Show | |
8e36872c4 | Andreas Beeker | 2016-03-12 | #59170 - Remove deprecated classes (POI 3.15) - *Workbook.setRepeatingRowsAndColumns() | 59170 | Show | |
d0320ad77 | Andreas Beeker | 2014-05-14 | Bug 56468 - Writing a workbook more than once corrupts the file | 56468 | Show | |
9647b62d1 | Nick Burch | 2015-09-17 | Patch from Javen ONeal from bug #58245 - Make Workbook support iterating over Sheets | 58245 | Show | |
8394c58b1 | Yegor Kozlov | 2012-08-04 | Bug 53500: split setRepatingRowsAndColumns into setRepeatingRows and setRepeatingColumns | 53500 | Show | |
a5918f26f | Dominik Stadler | 2015-09-13 | Update javadoc for bug 56129 | 56129 | Show | |
af23e1554 | Yegor Kozlov | 2009-06-10 | Fixed XSSFWorkbook#setRepeatingRowsAndColumns to tolerate sheet names with quotes, see bugzilla #47294 | 47294 | Show | |
b7c14b3a8 | Dominik Stadler | 2015-03-11 | Bug 56467: Fix cloning of sheets with pictures | 56467 | Show | |
cae73922a | Josh Micich | 2009-09-17 | Improvements to patch 47809 (support for UDFs) | 47809 | Show | |
651e62217 | Yegor Kozlov | 2013-03-03 | Bugzilla 54625 - Register user-defined functions in instance scope instead of static | 54625 | Show | |
e13374683 | Dominik Stadler | 2015-03-01 | Bug 57165: Avoid PartAlreadyExistsException when removing/cloning sheets | 57165 | Show | |