Skip to content

Releases: turulomio/unogenerator

0.41.0

10 Jul 19:15
ac41429
Compare
Choose a tag to compare
  • unogenerator_start now launches libreoffice instances silently
  • Github actions work

Full Changelog: 0.40.0...0.41.0

0.40.0

27 Jan 20:37
3edc6c7
Compare
Choose a tag to compare
  • Added to ODS.addRow, ODS.addListOfRows... a formulas parameter. By default is True and formulas are stored as formulas. If False formulas are written as text
  • Coverage is 88%

Full Changelog: 0.39.0...0.40.0

0.39.0

03 Jan 12:11
19f9877
Compare
Choose a tag to compare
  • Currency and Percentage classes are now defined in pydicts project
  • Tests coverage is now 87%
  • Unogenerator now needs pydicts-0.11.0
  • Ods.SetCellName now accepts a coord reference instead of a Coord Object
  • Created ODS.toDictionaryOfDetailedValues method to get a python dictionary of the whole calc document

0.38.0

08 Dec 07:54
020a0d8
Compare
Choose a tag to compare
  • Removed statistics to improve speeds
  • Added new exceptions: CoordException, RangeException
  • Improve localc1989 methods and documentation
  • Removed all reusing references
  • Added method can_import_uno to allow programs to detect and ignore errors importing uno

0.37.0

27 Nov 06:53
185e948
Compare
Choose a tag to compare
  • Fixed bug with addListOfRows with empty lor. Removed innecesary reusing files
  • Fixed bug with addRow with empty row
  • Unogenerator now uses pydicts-0.8.0. Old casts and datetime_functions removed

0.36.0

24 Nov 07:24
f9cb54e
Compare
Choose a tag to compare
  • Improved test coverage to 81%
  • pydicts module is now used for list of dictionaries methods
  • Added new methods to add values without styles. They are used to edit styled templates files. New methods: addCell, addCellMerged, addRow, addColumn, addListOfRows, addListOfColumns

0.35.0

05 Nov 11:19
Compare
Choose a tag to compare
  • Improved get_values speed

0.34.0

05 Nov 09:07
Compare
Choose a tag to compare
  • Optimize addRowWithStyle addColumnWithStyle and addListOfRowsWithStyle.
  • Removed cellbycell parameter from this methods.

0.33.0

20 Aug 13:42
Compare
Choose a tag to compare
  • Added ODT method to insert a HTML block

0.32.0

12 Jul 06:15
Compare
Choose a tag to compare
  • Fixed bug deleting default sheet
  • Migrated to poetry installation method