![]() |
| ||||
SimpleODS is a library designed to help you create simple OpenOffice spreadsheet (ODS) files in your Java app.
Now, you can use this accessible and open source Java library to further improve your development process.
Requirements:
· Java
What's New in This Release: [ read full changelog ]
· Fixed a bug in OdsFile.setCellMerge() that prevented a correct number of cells to be merged.
· DateStlye: Added more date styles.
· OdsFile: Added setCellMergeInAllTables(int nRow, int nCol, int nRowMerge, int nColumnMerge).
· Added setCellMergeInAllTables(final String sPos, final int nRowMerge, final int nColumnMerge).
· TextStyle: Replaced setFontUnderlineStyle(final String nFontUnderline) with setFontUnderlineStyle(final int nFontUnderline).
· Replaced public String getFontUnderlineStyle() with public int getFontUnderlineStyle().
· Added setFontSize(final int fontSize).
· Util: Renamed PositionToColumn to positionToColumn.
· Renamed PositionToRow to positionToRow Code cleanup.
