You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 29, 2025. It is now read-only.
When clearing the a column and export the table, the next column after the cleared column will shift to the left, filling in the column instead of leaving it blank. Therefore, the last column will always be blank because of the shift.
This is probably caused by the fact that the cleared column entries are set to undefined in virtual_data and SheetJS shift the cell automatically.