Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Pls try to change the column meta's type to "number" like this:
//MyReport.php
->pipe(new ColumnMeta(array(
"column1" => array(
"type" => "number",
)
)))
->pipe($this->dataStore("myDs"));
or directly with the excel Table widget in your excel view
//MyReportExce.view.php
exce\Table::create(array(
...
"columns" => array(
"column1" => array(
"type" => "number",
)
)
Let us know if there's any problem. Tks,
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo