Hi Anton,
Great Package…
I wanted to have different font-size and Font-Color on the title – Few Merged Cells…
I am able to do it it in XML …
Just wanted to know if I could do somekind of HTML Format implementation… Similar to the following…
which works in XML –> Excel…
as_xlsx.cell( 1, 1, ‘Title - SubTitle‘);
Currently it treats them as text.. in you procedure…
as_xlsx.mergecells( 1, 1, 20, 1 )