aVadim483 / fast-excel-writer

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

Is there an API reference? #84

Closed PaulCombal closed 1 month ago

PaulCombal commented 2 months ago

Hello again,

The Readme files are very helpful, is there an API reference somewhere indicating what are the possible options to pass to every method?

For example, I don't think the options passed to Sheet::nextRow are documented.

Thank you!

aVadim483 commented 2 months ago

I have been meaning to do proper documentation for a long time, but I didn't have enough time.

aVadim483 commented 1 month ago

Now there is the API Reference, not very high quality, but there is one

PaulCombal commented 1 month ago

It's already very good! If there is something unclear I will make sure to let you know.

In the past I've used tools like phpdocumentor that generate your documentation in one command, and you can host it on github pages. It's not much but I feel it's an argument to show how production-ready the tool is.

Once again thank you, this is already way enough for my use case <3