Vyacheslav Zgordan
ff0e0fd082
tests fixed
2020-07-16 08:56:36 +03:00
Vyacheslav Zgordan
4fa52f56dc
Comment removed
2020-07-15 18:34:52 +03:00
Vyacheslav Zgordan
5523e1a030
custom properties fix
2020-07-15 15:29:46 +00:00
Vyacheslav Zgordan
8795a609ce
GetCTPropertyByName is added
2020-07-14 18:39:22 +03:00
Vyacheslav Zgordan
dadff18005
ImageFromStorage godoc
2020-07-14 18:06:48 +03:00
Vyacheslav Zgordan
896c23c981
goimports
2020-07-14 18:03:09 +03:00
Vyacheslav Zgordan
e5a1e1904e
fixes
2020-07-14 17:58:40 +03:00
Vyacheslav Zgordan
188f7c6a30
Merge branch 'development' into playground
2020-07-08 16:48:47 +03:00
Vyacheslav Zgordan
49a017c59e
tests and examples fixed, finalizers removed
2020-07-08 15:52:48 +03: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
183bd3c21b
Playground ( #381 )
...
* Fixes for being able to compile with playground
* disk storage replaced for in-memory storage
* CustomProperties is added to presentations and workbooks
* custom properties fix
* custom properties removed redundant code
* write to temp storage error fixed
* var names consistency
* storage as interface
* interfaces
* fixes
* fixes 2
* Note is added
* finalizers
2020-04-24 12:01:19 +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
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
89b1416b8f
gooxml: rework how filenames are calculated
...
This is needed for pivot tables, split out from that branch
so any further changes to filename handling will be easier in
master.
2017-09-28 18:20:56 -05:00
Todd
427f7b1e45
schema: rename officeDocument to ofc
2017-09-23 10:01:17 -04:00
Todd
599631208a
schema: rename drawingml to dml
2017-09-23 10:01:17 -04:00
Todd
e880adfc5b
schema: rename package to pkg
2017-09-23 10:01:17 -04:00
Todd
09825ac816
schema: rework schema namespaces to work around Windows issues
...
The go command on Windows doesn't like long path name. To
work around this, this is the first in a series of changes to
shorten the schema disk path structure in a few places.
Fixes #89
2017-09-23 10:01:17 -04:00
Todd
20e8ecd685
format: add package doc
2017-09-19 19:45:41 -04:00
Todd
558e5ee274
spreadsheet: add image support and example
2017-09-11 20:17:06 -05:00
Todd
c863154dc0
common: move images to doc base
2017-09-11 20:17:06 -05:00
Todd
2498814f67
spreadsheet: add support for hyperlinks
2017-09-07 06:12:41 -04:00
Todd
cd10a33f30
spreadsheet: improve Excel compatibility
...
Mac Excel apparently doesn't like empty drawing
relationships file.
2017-09-05 10:01:28 -05:00
Todd
e83404616d
Revert "schema: apply more default values"
...
This caused problems with Libre.
This reverts commit 59b2711e1b87be534c9cd3d155710d13cfe7743b.
2017-09-05 06:33:38 -05:00