130 Révisions (509c7bcb931ac319a52c3c900fffcec03a12079b)

Auteur SHA1 Message Date
  Josh Micich 3bc57ef584 Fixed compiler error in HSSFReadWrite. Fixed deprecated calls and simplified example code. (follow-on from r829758) il y a 14 ans
  Nick Burch f8f93ecbda Fix constructors for new naming il y a 14 ans
  Nick Burch 6f73fa2971 Copy the old dev.HSSF example over to trunk, and put it in a more suitable place il y a 14 ans
  Josh Micich e25ed3aa10 deleted 'svn:executable' property il y a 14 ans
  Josh Micich 32eb9ada7c deleted 'svn:executable' property il y a 14 ans
  Josh Micich ec3f4b9d77 deleted 'svn:executable' property il y a 14 ans
  Josh Micich 78e643fe21 Bugzilla 47962 - Fixed some potential NPEs. Avoided unnecessary creation of box instances. Applied patch with mods il y a 14 ans
  Yegor Kozlov f35f76926c improved API for OOXML custom properties il y a 14 ans
  Yegor Kozlov 49d360bcd8 fixed non-ASCII symbols to keep javac quiet il y a 14 ans
  Yegor Kozlov 8c5838262e Added an example demonstrating how to convert an XLSX workbook to CSV, see Bugzilla 47757 il y a 15 ans
  Josh Micich a8957e80fa Fixing compiler warnings - unnecessary typecasts il y a 15 ans
  Yegor Kozlov e5aac25b00 Improved parsing of OOXML documents, see Bugzilla 47668 il y a 15 ans
  Yegor Kozlov e50f913b43 fixed compile error il y a 15 ans
  Mark Beardsley 0db6721bd0 New HSSF example. il y a 15 ans
  Mark Beardsley 562fe9897c New HSSF example. il y a 15 ans
  Yegor Kozlov 5aba781802 Fix for saving custom and extended OOXML properties il y a 15 ans
  Yegor Kozlov e555c088ce updated docs on extraction of embedded objects, misc changes in HSSF il y a 15 ans
  Yegor Kozlov 35906116ed support for custom XML mappings in XSSF, see Bugzilla 47520 il y a 15 ans
  Josh Micich afe8827155 changed CRLF to LF in src/examples/.../xssf/... il y a 15 ans
  Josh Micich fef0dc1ae5 Changed CRLF to LF in remaining trunk/src files il y a 15 ans
  Josh Micich 4d3fd6fff5 removed '@version $Id:$' tags (all were in javadoc comments) il y a 15 ans
  Nick Burch a8dcc4416f Apply (with tweaks) patch from bug #46161 - xssf support for setGroupColumnCollapsed() setGroupRowCollapsed() il y a 15 ans
  Josh Micich aca8d5187d Renamed Package (in org.apache.poi.openxml4j.opc) to OPCPackage so as to avoid clash with java.lang.Package (see bugzilla 46859) il y a 15 ans
  Josh Micich 6fd3790d79 Fixed deprecated references to HSSFSheet.getRow(short) etc. Removed all deprecated warnings from hssf.usermodel.examples.* il y a 15 ans
  Yegor Kozlov fce473fada import OpenXML4j codebase il y a 15 ans
  Yegor Kozlov 010693edaf applied patches by Gisella Bronzetti:46299 - support for carriage return and line break in XWPFRun 46300 - support for line spacing in XWPFParagraph 46308 - initial support for creation of XWPFTable il y a 15 ans
  Yegor Kozlov 7e6c4c3de8 example demonstrating how to generate large workbooks and avoid OutOfMemory exception il y a 15 ans
  Yegor Kozlov d3dd1fbbcd renamed Name.setFormula to more descriptive setRefersToFormula, also misc improvements in the site docs il y a 15 ans
  Yegor Kozlov dea649d06b applied patch #46229 by Gisella Bronsetti: initial implementation of XWPFParagraph il y a 15 ans
  Yegor Kozlov 2a12f7566c applied fix suggested in bug#46197: missing cast to float resulted in incorect calculation of picture size.Also added Picture.resize(scale) il y a 15 ans
  Yegor Kozlov 4a64ae8839 more updates in javadocs and site documentation, also misc improvements in common hssf-xssf interfaces il y a 15 ans
  Yegor Kozlov c67c1d5ca0 1. fixed XSSFSheet.groupRow and ungroupRow to operate on 0-based arguments, was 1-based2. repackaged common xssh-hssf examples, created a page in the site for them 3. converted broken non-ascii characters to unicode in TestMetaDataIPI and TestWriteWellKnown il y a 15 ans
  Nick Burch 0c8139e8be Include the sheet number in the output of XLS2CSVmra il y a 15 ans
  Yegor Kozlov 8987da6f67 docs cleanup and improvements il y a 15 ans
  Yegor Kozlov 8e0be01646 converted non-ascii characters to unicode to keep compilers on UTF-8 systems quiet il y a 15 ans
  Yegor Kozlov 2927970645 1. removed interfaces-jdk14, they are now obsolete2. started paving the way for XWPF il y a 15 ans
  Yegor Kozlov 350ce6192a should have been included in r711839 il y a 15 ans
  Yegor Kozlov 886e06cb2a 1. included ooxml javadocs in build.xml2. added a new rich example: BusinessPlan.java3. misc bug fixes il y a 15 ans
  Yegor Kozlov f6db815fbb applied patches #46119, #46120 and #46078 by Gizella Bronzetti il y a 15 ans
  Yegor Kozlov ea3f604103 more cleanup and refactoring of ooxml code,added more unit test and 3 rich examples: LoanCalculator, CalendarDemo and TimesheetDemo, numerous odds and ends improvements il y a 15 ans
  Yegor Kozlov 958a47a453 1. moved ooxml enums into interfaces-jdk15, they are common and should be in the place as the interfaces 2. removed obsolete and deprecated classes 3. Fixed XSSFWorkbook.cloneSheet. Now it makes a 'true' deep copy of a sheet 4. ooxml has a compile-time dependency on scratchpad, fixed build.xml to reflect that il y a 15 ans
  Yegor Kozlov 4ea70e1da5 improved XSSFName:check for name uniqueness, validate name name, more unit tests and javadocs il y a 15 ans
  Yegor Kozlov acfcbeb3c5 applied patches #46079, #46080 and #46081 by Gisella Bronzetti il y a 15 ans
  Yegor Kozlov db877653b7 more cleanup and refactoring of the ooxml code:1. removed deprecated methods from xssf and interfaces il y a 15 ans
  Yegor Kozlov c63434df63 1. implemented XSSFSheet.autosizeColumn(), for now mostly duplicated HSSF code, will be refactored in future.2. fixed bug #45974: XSSFCell.getCellStyle can return null3. more code cleanup and reaftoring, removed usages of obsolete XSSFCell.getCellNum() in favor of XSSFCell.getColumnIndex(), also more javadoc in core classes il y a 15 ans
  Yegor Kozlov 6e94780280 applied patch #46003 by Gisella Bronzetti il y a 15 ans
  Yegor Kozlov b03f77865d applied patches #46004 and #46006 submitted by Gisella Bronzetti il y a 15 ans
  Yegor Kozlov d70887d566 should have been included in r705638 il y a 15 ans
  Yegor Kozlov f160dd1e7b more progress on SpreadsheetML drawing layer;finished XSSFPicture, auto-sizing is supported; implemented initial support for shape groups. Common HSSF-XSSF drawing interfaces are still TODO. il y a 15 ans
  Yegor Kozlov bff1825f78 applied patch #45967 by Gisella Bronzetti: support for XSSFPrintSetup object il y a 15 ans