Hey @jan_blaha , Thank you. It worked
Shubham Narode Patil
@Shubham Narode Patil
0
Reputation
2
Posts
414
Profile views
0
Followers
0
Following
Posts made by Shubham Narode Patil
-
RE: XLSX column Width and Data filters together.
-
XLSX column Width and Data filters together.
Hello..!!
I'm setting the width of the columns in the XLSX template file by using the following tag:
{{#xlsxReplace "xl/worksheets/sheet1.xml"}}
<worksheet
xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main"
xmlns:r="http://schemas.openxmlformats.org/officeDocument/2006/relationships">
<cols><col min="1" max="1" width="20"/><col min="2" max="2" width="30"/></cols> </worksheet>
{{/xlsxReplace}}But This is removing the Data filters I have applied on the default template file.
I am adding two pictures
- With the Width but Data filters got removed
- With the filters but it is looking ugly
is there any way to accommodate both width and Data filters?
Thank you..!
- With the Width but Data filters got removed