aVadim483 / fast-excel-writer

Lightweight and very fast XLSX Excel Spreadsheet Writer in PHP
MIT License
174 stars 31 forks source link

Little issue #5

Closed ade585 closed 3 years ago

ade585 commented 3 years ago

Work fine and fast ;o)

Good job.

One remarks : when writing 'hello world ' the produced file contains 'hello world'.

Meaning that the last space character is removed.

Can it be solved ?

aVadim483 commented 3 years ago

Fixed

ade585 commented 3 years ago

works thx you so much