willkensonh
937a91f687
killmenow
2018-10-15 14:29:29 +11:00
willkensonh
7a73f5b2cd
killmenow
2018-10-15 14:19:31 +11:00
willkensonh
bca69a7fcd
killmenow
2018-10-15 14:06:36 +11:00
willkensonh
e31558771c
killmenow
2018-10-15 11:34:09 +11:00
willkensonh
3a08c2cb3e
stupid typo
2018-10-15 11:28:38 +11:00
willkensonh
499f2a8236
still trying to get number format to work
2018-10-15 11:19:53 +11:00
willkensonh
69a4ea81bf
still trying to get number format to work
2018-10-15 11:13:05 +11:00
willkensonh
f5de2cefd8
trying to get number format to work
2018-10-15 10:54:07 +11:00
willkensonh
30cd730c7c
bugfix
2018-10-12 17:20:07 +11:00
willkensonh
d2497d8164
percentages shouldn't have commas by default
2018-10-12 17:00:38 +11:00
willkensonh
f9209e0a82
bugfix for number format
2018-10-12 16:58:48 +11:00
willkensonh
a79b2192e6
add support for number formats
2018-10-12 16:49:44 +11:00
willkensonh
a8b3568719
add support for number formats
2018-10-12 16:43:01 +11:00
willkensonh
39d16b5bbf
bugfix
2018-10-12 09:58:46 +11:00
willkensonh
61b2480cc1
update colWidth function
2018-10-12 09:34:19 +11:00
willkensonh
bbd9f66428
add function to xlsx writer
2018-10-11 16:58:24 +11:00
willkensonh
c3d3c5ffbf
fix to not start fwrites on sheet when it is initially created
2018-10-11 16:30:56 +11:00
willkensonh
85063fc4d2
change name
2018-10-11 15:28:35 +11:00
willkensonh
a6a8b9e80f
add column widths and merged cell functionality to spout
2018-10-11 12:21:51 +11:00
madflow
738ea30f35
use expectNotToPerformAssertions
2018-10-08 10:09:47 +02:00
madflow
8a1c48b6b0
rename EntityFactory for writers and readers #526
2018-09-03 11:15:09 +02:00
madflow
e1acdc1fc5
(docs) removed Bower, use a CDN, Docker usage, updated Readme
2018-08-09 23:52:14 +02:00
madflow
b105d15f08
some migrations to PHP 7.1
2018-06-12 18:28:04 +02:00
madflow
b05ce01d3c
delete unused ReaderOptions
2018-06-12 18:27:00 +02:00
Adrien Loison
195b0d4bda
Upgrade to 3.0 guide
2018-06-04 08:46:37 +02:00
Adrien Loison
f7c483adbd
Better support for errored cells
2018-06-03 22:31:24 +02:00
Adrien Loison
1b64a06fbe
Move ReaderFactory into Common/Creator
2018-06-03 21:13:38 +02:00
Adrien Loison
d25a4ebd6d
Add docs to .gitattributes
2018-06-03 21:08:21 +02:00
Adrien Loison
e83ac423dc
Force PHP 7.1
2018-06-03 20:43:49 +02:00
madflow
5c0030854f
appveyor
2018-03-28 09:50:56 +02:00
madflow
01ad5af2c5
fix risky tests and assert true for silent tests
2018-03-25 15:35:19 +02:00
madflow
29cf6245a1
added Row::getCellAtIndex method
2018-02-14 21:32:10 +01:00
madflow
21e0e9e6b1
implement Cell:isDate() for unification
2018-01-16 14:22:37 +01:00
madflow
e135b71473
remove unused import
2018-01-16 14:22:10 +01:00
madflow
d84f5168ec
RowManager constructor does not take any arguments
2018-01-16 14:22:10 +01:00
madflow
88eee3be72
wrong parameter count in method call
2018-01-16 14:22:10 +01:00
Gabriel Caruso
4c7adbb33f
Refactoring tests
2017-12-15 10:09:18 +01:00
Gabriel Caruso
9f4e28b3fd
Clean else
2017-12-15 10:06:19 +01:00
Gabriel Caruso
0efdf48119
Support PHPUnit 6
2017-11-27 00:24:13 +01:00
madflow
cd0831ea8e
#463 , move gh-pages to docs folder
2017-11-26 20:02:20 +01:00
madflow
5b1bcc1303
(chore) add PHP 7.2
2017-11-20 22:24:01 +01:00
Adrien Loison
f5168114d0
Merge Reader and Writer entities
...
Merged Cell/Row/Style entities
2017-11-19 02:54:17 +01:00
Adrien Loison
4d1d1c1e87
various improvements
2017-11-19 02:41:07 +01:00
Adrien Loison
102e17159c
Make ODS reader return Row object
2017-11-19 01:36:18 +01:00
Adrien Loison
68a96367a8
Remove StyleMerger from RowManager
2017-11-18 21:19:31 +01:00
Adrien Loison
78b6639480
Make XLSX reader return Row objects
2017-11-18 20:53:22 +01:00
Adrien Loison
a665b974fa
Make CSV reader return Row objects
2017-11-18 19:08:27 +01:00
Adrien Loison
139f7fdfb3
Remove StyleMerger from Cell entity
2017-11-18 17:37:52 +01:00
Adrien Loison
c826d15472
Fix charachters escaping with CSV reader/writer
...
PHP's built-in functions fputcsv and fgetcsv are not RFC-4180 compliant and include an escape character that's not defined in the spec.
This results in escaping characters that should not be escaped.
This commit disables this escaping mechanism.
2017-11-11 16:21:05 +01:00
Adrien Loison
e2b519d6f9
Fetch XML file paths from Workbook Relationships
2017-11-11 15:25:12 +01:00