Guillaume RODRIGUEZ
fdc224af7c
Fix print area parser for XLSX reader
...
XLSX workbook references may not contains quotes in print area
Fixes #733
Fixes #734
2018-10-28 14:37:05 +11:00
Julian Kern
c04b92198e
Column dimensions are read by Reader\Xlsx
...
Fixes #596
Fixes #616
2018-08-06 10:33:27 +09:00
Adrien Crivelli
3028c60656
Remove unnecessary docs
2018-07-15 13:23:46 +09:00
Adrien Crivelli
863fb86925
Remove file header
2018-07-15 13:23:23 +09:00
yuzhakov
17d4a54666
Read and write hyperlink for drawing image
...
Fixes #490
2018-07-15 13:00:30 +09:00
Bill Blume
edb68ce05c
Support workbook view attributes for Xlsx format
...
Editing a Xlsx document using PhpSpreadsheet should preserve the workbook
view attributes of that document. For example, if the worksheet tabs are
hidden in the original document, they should remain hidden after updating.
Fixes #523
Fixes #525
2018-06-24 20:15:38 +09:00
Bill Blume
4c09d4f668
Properly set selected cells for frozen panes
...
Properly set the selected cells for worksheets with frozen panes when
writing Xlsx documents. Beforehand, the saved Xlsx documents were
generating corruption warnings when opened in Excel.
Fixes #532
Closes #535
2018-06-10 14:56:53 +09:00
Dominik
b509b672e0
Xlsx reader do not read rows and columns filtered out in readFilter at all
...
Set rows and columns dimensions for only cells rows and columns
allowed by readfilter
Fixes #370
Closes #421
2018-05-26 13:30:21 +09:00
Dominik
7e9f43bf5b
Fix Xlsx loaded an extra empty comment for each real comment
...
Fixes #375
Closes #420
2018-05-26 11:19:12 +09:00
Josh Grant
a089a87671
Avoid losing calculated value type
...
Closes #394
2018-03-03 11:51:06 +01:00
Adrien Crivelli
1adc3a6688
Read printing area correctly when skipping some sheets
...
Fixes #371
2018-02-25 19:40:11 +01:00
Adrien Crivelli
25bc54f9eb
Freeze Panes takes wrong coordinates for XLSX
...
Fixes #322
2018-01-09 00:42:30 +09:00
Steffen Breiler
653adf8e10
Adding option to stop at a conditional styling, if it matches
...
This would be used like `$conditonal->setStopIfTrue()` and is only supported
for XLSX format for now.
Closes #292
2018-01-07 22:45:51 +09:00
Christoph "criztovyl" Schulz
cdbf3347cb
Support for cell comments in HTML writer and reader
...
The behavior is similar to what is done in LibreOffice. That means if there is a
comment it will be shown with a small indicator and the actual comment will be
revealed when mouse hover over the indicator.
Fixes #308
Closes #310
2018-01-07 21:51:48 +09:00
Adrien Crivelli
4f1fae5298
Test classes must ends with `Test`
2018-01-02 00:53:28 +09:00
Adrien Crivelli
32a55a3f13
Introduce identical functional tests across several formats
2017-12-17 16:35:20 +09:00