Hello,
I have a question regarding exporting pqGrid data to an Excel file.
When exporting, I would like to customize:
- Borders for both header cells and data cells
- Row height for headers and data
However, I’m finding it difficult to implement this using only the API documentation. It would be very helpful if you could provide a sample example demonstrating how to apply these styles during export.
Additionally, in my current implementation, I’ve noticed that when a grid cell value is null, the border is not applied in the exported Excel file. I would appreciate it if you could confirm whether this is expected behavior or if there is a way to handle it properly.
Thank you in advance for your help.