2017 © Pedro Peláez
 

library xlsx-appender

Append data to existing xlsx file

image

move-elevator/xlsx-appender

Append data to existing xlsx file

  • Thursday, December 14, 2017
  • by move-elevator
  • Repository
  • 7 Watchers
  • 1 Stars
  • 65 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 6 Versions
  • 2 % Grown

The README.md

Build Status Software License Latest Stable Version Total Downloads, (*1)

Append data to existing xlsx file

This library is useful to append data rows to big xlsx files. It is possible to write your data to a temporary file with content given from XlsxRowTemplate. After finishing this file, it is possible to give this filepath to the XlsxAppender. The given temporary file will be deleted., (*2)

The library will not take a look at the xml structure of the worksheet. The main feature of this library is to write big data to a xlsx file with less memory size and execution time of the current server. (There will proceed no xml parsing!), (*3)

In the current Version it is just possible to write plain text, integer or boolean value to the xlsx file., (*4)

Tips

  • Take a look in the example folder of this repository to get an impression, how this library is used.
  • If the reader of the xlsx-file will not show data which was add by XlsxAppender: Open the Xlsx file with an editor like TextWrangler. Take a look at the xml data of the worksheet. The reader of the xlsx-file will not show data, if there are still some rows with the same linenumber or cells with the same coordinate.
  • Get involved - for more functionality in this library

TODO´s

  • adding of some styling structure to cell templates like font-color or font-weight
  • fix data handling for xlsx files if there are some cells marked

The Versions

14/12 2017

dev-master

9999999-dev

Append data to existing xlsx file

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

by Steve Schütze

write php excel xlsx office

14/12 2017

0.1.1

0.1.1.0

Append data to existing xlsx file

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

write php excel xlsx office

14/12 2017

dev-feature/updateCodestyleAndComposer

dev-feature/updateCodestyleAndComposer

Append data to existing xlsx file

  Sources   Download

MIT

The Requires

  • php >=5.6

 

The Development Requires

write php excel xlsx office

07/12 2017

0.1.0

0.1.0.0 https://github.com/move-elevator/xlsx-appender

Append data to existing xlsx file

  Sources   Download

MIT

The Requires

 

by Steve Schütze

write php excel xlsx office

18/01 2016

0.0.3

0.0.3.0 https://github.com/move-elevator/XlsxAppender

Append data to existing xlsx file

  Sources   Download

MIT

The Requires

 

by Steve Schütze

write php excel xlsx office

17/01 2016

0.0.2

0.0.2.0 https://github.com/freshp/XlsxAppender

Append data to existing xlsx file

  Sources   Download

MIT

The Requires

 

by Steve Schütze

write php excel xlsx office