Results 27 comments of Marc Bleron

Yes, I left that one out on purpose, and since it's not documented, I won't encourage you to use it. I added it when I first tried to implement hyperlinks...

Yes, the parameter will be there and documented. For your use case, you'll also be able to use Excel's native conditional formatting (issue #2) which depends on formulas as well.

Done in v4.1. See [addTable](https://github.com/mbleron/ExcelGen?tab=readme-ov-file#addtable-function).

Yes I can add that quite easily. Should have done it a long time ago to be honest, but I felt there was no need for it until I introduce...

Done in v4.0. See for example [addSheet](https://github.com/mbleron/ExcelGen/blob/master/README.md#addsheet-function) function.

Hi Mel, Right now, ExcelGen cannot create hyperlinks. Actually, it's a little more complicated than a simple cell format. I'll consider your request as an enhancement for a future release....

Done in v4.1. Please see [addTableHyperlinkColumn](https://github.com/mbleron/ExcelGen?tab=readme-ov-file#addtablehyperlinkcolumn-procedure) and [putHyperlinkCell](https://github.com/mbleron/ExcelGen?tab=readme-ov-file#puthyperlinkcell-procedure).

Hi, Thanks for your support. I'll look into this soon.

Just a little update on this one. I think the correct approach is to support the built-in conditional formatting features, which requires formula support, which is not a trivial task,...

Hi, That's out of the scope of ExcelGen at the moment, as it's mainly designed to build Excel files from scratch. It's not an impossible task though, provided we only...