31 Commits

Author SHA1 Message Date
UniDoc Build
3de0947c35 prepare release 2022-01-15 21:17:38 +00:00
UniDoc Build
39270215e8 prepare release 2021-11-10 11:45:21 +00:00
UniDoc Build
fa02d825de prepare release 2021-09-22 16:41:01 +00:00
UniDoc Build
27dedcd877 prepare release 2021-08-23 20:44:48 +00:00
UniDoc Build
a63348d637 prepare release 2021-07-30 17:03:26 +00:00
UniDoc Build
af0572acdd prepare release 2021-06-16 07:10:52 +00:00
UniDoc Build
d1a30428b9 prepare release 2021-05-31 16:22:30 +00:00
UniDoc Build
ad0b34b299 prepare release 2021-04-23 20:00:00 +00:00
UniDoc Build
088849b757 prepare release 2021-03-16 20:51:18 +00:00
UniDoc Build
e3d76c4061 prepare release 2021-01-04 16:11:39 +00:00
UniDoc Build
570c747147 prepare release 2020-12-17 22:07:08 +00:00
UniDoc Build
ff1d40472f prepare release 2020-11-09 01:00:18 +00:00
UniDoc Build
c68234383a prepare release 2020-10-12 13:59:12 +00:00
UniDoc Build
b8160fa447 prepare release 2020-08-31 22:58:25 +00:00
UniDoc Build
25f34f3f92 prepare release 2020-08-23 14:15:53 +00:00
Gunnsteinn Hall
5335bf249b
License update (#426)
* update license and terms

* Fixes

* Create ACKNOWLEDGEMENTS.md

* Update ACKNOWLEDGEMENTS.md

* Revert go.mod changes and remove go1.11 tests
2020-08-08 01:01:05 +00:00
Vyacheslav Zgordan
50980fe02e TEXT (#354) 2019-12-05 15:16:38 +00:00
Vyacheslav Zgordan
dd7713e1e3 Functions2 (#348)
* MATCH, IFS, MAXA, MINA
* OFFSET fixed
* ISBLANK, ISERR, ISERROR, ISEVEN ,ISFORMULA, ISNONTEXT, ISNUMBER, ISODD, ISTEXT
* ISLEAPYEAR, ISLOGICAL, ISNA, ISREF
* FIND, FINDB
* SEARCH, SEARCHB
* CONCAT, CONCATENATE
* YEAR, YEARFRAC
* CONCAT is fixed, now TRUE and FALSE are concatenated instead of 1 and 0 in case of boolean results
* NOW, TODAY, TIME, TIMEVALUE
* DATE
* DATEDIF
2019-11-20 23:21:00 +00:00
Vyacheslav Zgordan
d351975af1 Baliance replaced for FoxyUtils ehf in License information (#312) 2019-07-25 16:43:46 +00:00
Lunny Xiao
8a700b536d add hh time format support (#306) 2019-07-08 09:19:59 +00:00
Gunnsteinn Hall
270664ca01
Rename package name to unioffice (#274) 2019-05-04 13:54:29 +00:00
Nikita Kryuchkov
e8bf6a3bb9 Move repository https://github.com/baliance/gooxml to https://github.com/unidoc/unioffice (#273) 2019-05-04 08:18:06 +00:00
Todd
801388a119 gooxml: clean up some old TODOs 2017-09-30 07:09:26 -05:00
Todd
5bfa034ef9 gooxml: add and use a Log function
This allows redirecting or discarding any
logs produced by the library.
2017-09-30 07:09:26 -05:00
Todd
b056033c12 format: add support for string formats 2017-09-20 15:15:13 -04:00
Todd
1992e3c519 format: support variable denominators in fraction formats 2017-09-20 15:15:13 -04:00
Todd
1103aa1edb format: add support for fraction formatting 2017-09-19 16:35:11 -04:00
Todd
b30eaaae44 format: change debugging log.Fatal to log.Printf 2017-09-18 22:30:08 -05:00
Todd
49e34b1d90 formula: better support for thousands separator 2017-09-18 22:30:08 -05:00
Todd
d69cf90249 format: implement support for evaluating spreadsheet number formatting
This adds support for extracting a cell's formatted value according to
the number format applied to the cell.  To do this we need to implement
a parser for Excel style format strings and support formatting numbers
according to that style.

This also enhances the General formatting to be much closer to what
Excel normally does. There are likely still a few corner cases where
Excel and gooxml differ, but hopefully not too many.
2017-09-18 22:30:08 -05:00
Todd
d9c4a27794 spreadsheet: start adding support for extracting formatted cell value 2017-09-18 22:30:08 -05:00