AutoFilter + merge giving an error
See original GitHub issueHello,
Current behaviour 😯
When I created a table and merge something in this table, I got an error when opening the excel file.
Excel completed file level validation and repair. Some parts of this workbook may have been repaired or discarded.
Removed Feature: AutoFilter from /xl/tables/table1.xml part (Table)
Removed Feature: Table from /xl/tables/table1.xml part (Table)
Steps to Reproduce 🕹
https://codesandbox.io/s/merge-cells-it88r In my example, I merge cells A1:A2 Click on the download button, open it and you will get the error
Expected 🤔
First thing, it is possible to disable AutoFilter?
If not I would like to disable it or use worksheet without columns
My Environment 🌎
Tech | Version |
---|---|
Excel | Microsoft Office Professional Plus 2016 |
React | 16.6 |
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Sort Merged Cells ( error message: merged cells must be same
First you must create an AutoFilter on the specific worksheet (I assumed the 'Activesheet') that contains the merged cells that you wish to...
Read more >Filter not working for merged cell in Excel - YouTube
FB: https://www.facebook.com/shaakzscatiav5forumOne day training on any subject taught on my channel for 100$, Training only on weekends IST ...
Read more >Unable to Filter Data after merging Cells? Then try this tips!
Hello, In this short video I have shown you how to filter data after merging cells. This is really simple and really helpful...
Read more >Getting around error message for sorting merged cells in Excel
Sorting in Excel - Basics and Beyond · How to filter merged cells in excel| Filter not working for merged cell in Excel...
Read more >How to Fix Merged Cells Must be Same Size Excel Error
When trying to sort data in Excel, you may have encountered an error indicating that merged cells must be the same size.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@benedya we use https://www.npmjs.com/package/xlsx-populate. It is not perfect neither but we have solve our use cases
@mvelluet Can you be sure that your excel supports cells in merged tables? My excel doesn’t support it. And I disabled automatic filtering, but I also get an error when opening the excel file.
My Environment
You can modify the table-xform.js file to disable AutoFilter for verification.