Releases: Kirdock/Tabellenverarbeitung
Releases · Kirdock/Tabellenverarbeitung
1.0.54
fix: keep empty columns with xml-import
1.0.53
chore: limit XML-schemas to xslt files
1.0.52
Fix: import of multiple tables failed in some corner cases
1.0.51
fix: Reading of arrays in XML
1.0.50
feat, fix: intercept shutdown to save settings
fix: Settings are not flushed/saved on shutdown. So hopefully there isn't any file corruption anymore
feat: Default save type for separate is not Excel
1.0.49
fix: Substring broke if the value was empty string
1.0.48
fix: remove check for start and end index in substring
1.0.47
fix: XML array not seen as array
If row1 contained one item in an array, it was not seen as an array. Now if another row gives this information that it is an array and not an object, the previous columns are adjusted
1.0.46
fix: Unintended empty row at the end
1.0.45
fix: Consider xml declarations and empty elements