Official Support Area, Q&As, Discussions, Suggestions and Bug reports.
Forum's Guidelines
Hi, i just encounter the same problem and try to add meta type "string" and it's not working Somehow excel still read it as number instead of string, or maybe i did it wrong
...
->pipe(new Map([
"{meta}" => function($meta) {
$meta['columns']['columnName'] = array(
'type' => "string",
);
return $meta;
}
]))->pipe($this->dataStore('user'));
Let KoolReport help you to make great reports. It's free & open-source released under MIT license.
Download KoolReport View demo