Dries Horions

Results 28 comments of Dries Horions

Hi @finn-wa , it's great to see the effort you put into this. I will try to find time to review this . Perhaps @Frulenzo also has some thoughts on...

If you don't want the headers to be repeated, try creating a normal row and format it as a header on the first page only. http://quodlibet.be On Sun, Dec 10,...

I just ran unit test [SampleTest4](https://github.com/dhorions/boxable/blob/master/src/test/java/be/quodlibet/boxable/TableTest.java#L377) and that produces the expected output. Sample attached. [BoxableSample4.pdf](https://github.com/dhorions/boxable/files/1686108/BoxableSample4.pdf) So I'm not able to reproduce the issue based on the information you have given....

Hello @johnmanko, You are right , I haven't been giving this project the attention it deserves . Can we talk about this on a call? What works for you and...

You can also send me a pm on twitter https://twitter.com/indiedries @johnmanko

Looks like that can be achieved using following code ( found that here : https://stackoverflow.com/a/38484199/889755 ) **.append($(table.table().header()).clone())** ``` $('') .append($(table.table().header()).clone()) .append(table.$('tr').clone()) .table2excel({ exclude: "", name: "title", filename: "name" }); ```

Do you have an example or stack trace?