Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
My current code:
PaymentBoard.php
])->class("text-right"),
PaymentTable::create()
->xlsxExportable(true)
->pdfExportable(true)
];
PaymentTable.php
class PaymentTable extends Table
{
protected function dataSource()
{
return AutoMaker::table("orders")->limit(10);
}
protected function fields()
{
return [
Number::create("cards"),
];
}
}
I would like to add borders and header in exported Excel:
Could you please help me with code? Thank you in advance.
Sorry for the delayed reply. We have had Lunar New Year for the past week.
Regarding this issue, we are looking for a good solution. Pls send us an email to support@koolreport.com / support@koolphp.net. When we have a development version solving this we would send it to you to try. Tks,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo