Our blazing fast Grid component built with pure JavaScript


Post by peachaws »

Hello team,

I'm currently using Bryntum grid version 5.4.0 with JavaScript implementation, and I have integrated it as a component in my Vue.js page. I have set the props for grid columns, data, and features.

I have used the export feature of the Zipcelx library and it's working fine for us.
Is it possible to do the styling and formatting of the data in Excel using Zipcelx?(making the font bold, applying cell colors, etc...)

Currently, it produces Excel with plain text/with no styling options.

Thanks in advance.


Post by marcio »

Hey peachaws,

We use zipcelx because it's one of the smallest ways to support export. You can try to style via column renderers, but it's supposed to be simple.

Could you please try exporting with column renderer styling? https://bryntum.com/products/grid/docs/api/Grid/column/Column#config-renderer

Best regards,
Márcio


Post Reply