Extentech Inc. RSS Feeds powered by Sheetster Server Tue Sep 07 19:48:02 EDT 2010 Powered by Sheetster Server RSS EN Sheetster Server www.sheetster.com Copyright 2010(c) Extentech Inc. Tue Sep 07 19:48:02 EDT 2010 all http://extentech.com/images/head_logo.gif http://extentech.com/uimodules/docs/docs_list.jsp Extentech Inc. RSS Feeds powered by Sheetster Server 4 <![CDATA[Closed Requests: RESOLVED: Add ability to specify Chart Axis Placement]]>]]>Joe EltgrothApril 13, 2010http://extentech.com/nimbledocs/-1// <![CDATA[Closed Requests: Cell Validations]]>]]>John McMahonApril 23, 2010http://extentech.com/nimbledocs/-1// <![CDATA[Closed Requests: COMPLETED: Add worksheet level scope handling to Named Ranges]]>
Handling has been requested by Zoltan G. to utilize this functionality.

Initial glance at code indicates we will want to add a setScope/getScope() method to NameHandle, along with a method to get Scoped names only from a Worksheet.   We may want a method to get all NameHandles that refer to a particular worksheet, as well as one that only returns explicity scoped ones.

I'd advise testing after at the workbook level as well, and verifying that getNamedRanges() does in fact return all named ranges.

]]>
Nicholas RabApril 26, 2010http://extentech.com/nimbledocs/-1//
<![CDATA[Closed Requests: Support for Excel Comments]]>John McMahonAugust 31, 2010http://extentech.com/nimbledocs/-1// <![CDATA[Closed Requests: Encrypted Spreadsheets]]>]]>Sam HanesAugust 31, 2010http://extentech.com/nimbledocs/-1// <![CDATA[Closed Requests: Windows 7 Support for OpenXLS]]>]]>Kaia CornellAugust 31, 2010http://extentech.com/nimbledocs/-1// <![CDATA[Closed Requests: Ability to address columns > 256]]>This is a sub-task of OOXML/XLSX support.

This will entail:

  • refactor MAX_ROWS and MAX_COLS to be compatible with XLSX/OOXML new higher limits.

    This will entail changing calls to those static ints to method calls that return appropriate limit based on a workbook level compatibility-mode setting.
It will break:
  • column references in ExcelTools
  • PtgRefs
  • short-based row nums
  • memory usage with huge files
Some advantages of the new handling:
  • Increased support for 'spreadsheet as database' use case
  • sheet-level loading: this will be critical as we handle larger OOXML files as memory consumption will skyrocket in some use cases.
  • potential ability to dispense with many byte-saving nonsense BIFF8 internals such as "DBCELL"
  • in 'compatibility-mode', ExtenXLS will retain the XLS format and limits, then when in 'normal' mode it will use OOXML limits and filesystem to read/write sheets on the fly.
]]>
John McMahonJuly 29, 2010http://extentech.com/nimbledocs/-1//
<![CDATA[Closed Requests: Search for Cells by Pattern]]>Add a WorkBookHandle method like:

/** search for cells by pattern */
public CellHandle[] getCellsByPattern(String regexp){ }
]]>
John McMahonMarch 24, 2010http://extentech.com/nimbledocs/-1//
<![CDATA[Closed Requests: Support for XLSX (Office Open XML) Spreadsheet Files]]>
http://en.wikipedia.org/wiki/.xlsx

http://office.microsoft.com/en-us/help/HA100069351033.aspx

http://www.ecma-international.org/publications/standards/Ecma-376.htm]]>
John McMahonMarch 24, 2010http://extentech.com/nimbledocs/-1//
<![CDATA[Closed Requests: Excel 2007 Support]]>
Below is a list of features still in development or known issues:

  1. Array formulas are not yet handled
  2. Higher row and column limits not yet supported
  3. External references in the workbook, formulas and named ranges are not yet handled
  4. Many chart options and types are not yet handled and many complex series is not able to be parsed correctly
  5. Certain images are not processed correctly, and we are unable to process EMF images at this time
  6. Conditional Formatting and Data Validations are not yet handled
  7. Headers/Footers, Page Margins, etc., are not yet handled
  8. Custom properties are not yet handled
  9. Tables and data tables are not yet handled
  10. Drawing shapes are handled to varying degrees.

Known Issues:

  1. There are two known outstanding formula issues - one due to non-standard shared formula movement, the other due to complex formula string parsing
  2. Formats (Styles) are often not correct, from number formats to background colors. Sometimes Excel 2007 will report "Records Repaired: Formats from Styles.xml" upon open. 3- There are literally hundreds of miscellaneous OOXML options that will be added as time goes on. Please alert us to anything that is missing and we will add it to our list.
]]>
prashant kulkarniMarch 24, 2010http://extentech.com/nimbledocs/-1//
<![CDATA[Closed Requests: Ability to import/read CSV files into ExtenXLS]]>]]>John McMahonMarch 24, 2010http://extentech.com/nimbledocs/-1//