UniDoc Build
9dd5de6aa2
prepare release
2022-12-06 11:56:49 +00:00
UniDoc Build
7f3a8727b0
prepare release
2022-09-02 11:46:53 +00:00
UniDoc Build
bb392966a3
prepare release
2022-06-27 19:44:23 +00:00
UniDoc Build
b66cbb1a7c
prepare release
2022-04-09 14:27:46 +00:00
UniDoc Build
89271fa155
prepare release
2022-02-25 19:20:45 +00:00
UniDoc Build
563dd7e106
prepare release
2022-02-05 13:05:36 +00:00
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
Gunnsteinn Hall
2671067236
Update version and release date for v1.4.0
2020-06-30 16:21:21 +00:00
Vyacheslav Zgordan
2052cbb728
PPT relationships, image fix ( #395 )
...
* PPT relationships, image fix
* filenames fix
* Custom properties fix
* schema update
* Table styles fix
* Scale fix
* path fix
* New schema: cycle imports fix
* xsdAny namespace duplicate fix
* Images names fix
* Images extensions fix
* duplicate chart fix
* chart empty attrs fix
* Choice if fixed, scale is rolled back
* comments
* Rollback license info in schema files
* import path fix
* import path fix 2
* error with incorrect content types names fixed when deleting slides and then adding them again
* template with image example
* MustCompile replaced
* imports fixed
* slideIdx error fix
2020-06-07 13:42:27 +00:00
Vyacheslav Zgordan
1bc7809fb0
error with incorrect content types names fixed when deleting slides a… ( #398 )
...
* error with incorrect content types names fixed when deleting slides and then adding them again
* MustCompile replaced
2020-06-07 12:48:57 +00:00
Vyacheslav Zgordan
0e183a6e7b
Fixes for being able to compile with playground ( #380 )
2020-04-13 12:04:57 +00:00
Vyacheslav Zgordan
72ad869a28
Get all cells in a row with empty ones ( #377 )
...
* Get all cells in a row with empty ones
* sheet.MaxColumnIdx() changed
* goimports for all
2020-03-25 13:40:25 +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
d1ac9ebe5b
Optional custom.xml ( #340 )
...
* Optional custom.xml
2019-10-23 19:06:11 +00:00
Vyacheslav Zgordan
26d9caa6f8
Support custom metadata in document properties ( #309 )
...
* https://github.com/unidoc/unioffice/issues/302
2019-08-04 18:52:05 +00:00
Vyacheslav Zgordan
d351975af1
Baliance replaced for FoxyUtils ehf in License information ( #312 )
2019-07-25 16:43:46 +00:00
Marc Coury
c6ab0e98df
Add images from bytes for presentation and workbook ( #295 )
2019-07-02 14:54:55 +00:00
Alfred Hall
2e7943e809
New license based on the unidoc model ( #294 )
...
* Style fixes. Fixes for tests. Should not fail with version updates in the future.
2019-06-09 11:56:06 +00:00
Nikita Kryuchkov
1783b652de
Functions to copy and remove sheets ( #281 )
...
* Add funcs to remove sheet from workbook
- RemoveSheet added to remove sheet by index
- RemoveSheetByName added to remove sheet by its name
* Add `CopyRelationship` func to `Relationships`
* Add funcs `CopySheet`, `CopySheetByName`
- `CopySheet` copies sheet at the specified index
- `CopySheetByName` copies sheet with the specified name
* Make `CopyRelationship` return copied rel and bool flag
* Add func `CopyOverride` to `ContentTypes`
* Add test for `CopyRelationship`
* Add tests for sheet removing funcs
* Add test for `CopyOverride`
* Add tests for `CopySheet`, `CopySheetByName`
2019-05-12 12:12:11 +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
Tom Weber
b746aceced
Image from data ( #251 )
...
* ability to create image from in-memory data
* gitignore: vim swap files
2019-03-29 16:26:51 +00:00
Todd
4f678e9952
spreadsheet: add a RemoveCalcChain function
...
This allows removing the cached calculation change which
can contain bad data if rows are inserted/removed.
Fixes #215
2018-10-17 17:11:41 -05:00
Todd
70dbd44232
common: handle unordered relationships correctly
...
Continued part of #198 after @JasonFromSpace pointed out
an error with the original fix.
2018-09-17 17:58:35 -05:00
Todd
781c94bde4
common: generate unique relationship IDs
...
We were relying on ordered relationship IDs to be generated
by other applications when we open their files, but it's not
required which broke an assumption we made. Fix this by ensuring
that generated relationship IDs don't occur in the file already.
Fixes #198
2018-09-14 14:48:38 -05:00
Todd
75f877dbab
document: Google docs writes out incorrect floating point values
...
Relax our parsing somewhat so we can read these documents,
truncating at the decimal point back to an integer.
Fixes #196
2018-09-11 20:28:33 -05:00
Evgeniy Kulikov
1f94b99711
document: add footer image support
...
Add support for adding images to footers.
2018-07-16 16:35:15 -05:00
Todd
fd26e4bbcf
document: support for embedding images in headers
...
Fixes #150
2018-01-24 20:05:00 -05:00
Todd
33a8645f66
common: fix app version
...
Our app version wasn't correct per MS's spec. Modify it
to match the XX.YYYY format.
2018-01-18 17:30:07 -05:00
Todd
01883a5e87
common: support more app/core properties
...
Support language, links up to date, and document security
flag and update unit test golden files.
2018-01-18 10:53:35 -06:00
Todd
2e895a8dad
document: when adding an image, ensure content-types exist for it
...
Fixes #142
2017-12-27 16:48:14 -06:00
Todd
f5a8df0deb
presentation: initial work for presentations
2017-11-18 11:52:13 -06:00
Todd
e74c739f40
common: fix some lint issues
2017-10-10 20:07:57 -04:00
Todd
f8b73698a6
gooxml: don't put a 'v' in version number metadata
...
OSX Word requires that this be only numbers, or it will
display an error indicating a corrupted file.
2017-10-03 07:40:50 -05:00
Todd
d0820f1553
gooxml: add release info to metadata in generated files
2017-10-01 11:45:06 -05:00