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
When inserting rows to a named table, upon opening the new file Excel asks to repair the file.
Repair message indicates Repaired Records: Table from /xl/tables/table1.xml part (Table)
The new rows do insert, but do not extend the length of the table to accommodate the new rows.
Reference to tableParts on pages 1698-1699, reference to Tables in general on page 1718, all in ECMA-376, 4th Edition, Office Open XML File Formats — Fundamentals and Markup Language Reference.
The text was updated successfully, but these errors were encountered:
This is just not implemented because I didn't think of it/need it.
What we need to do is simply parse and rewrite the range formula in the ref nodes in the context of the correct sheet (just like we do for chart formulas already). Since we're already starting #28, I'm inclined to use the new transformation engine that we'll build for that because I think that doing this with POI will be difficult. If it's a blocker for anyone, let me know and I'll see if I can fix it quickly in the current implementation.
I think that we'll end up having cloning problems with tables as well.
When inserting rows to a named table, upon opening the new file Excel asks to repair the file.
Repair message indicates
Repaired Records: Table from /xl/tables/table1.xml part (Table)
The new rows do insert, but do not extend the length of the table to accommodate the new rows.
Reference to tableParts on pages 1698-1699, reference to Tables in general on page 1718, all in ECMA-376, 4th Edition, Office Open XML File Formats — Fundamentals and Markup Language Reference.
The text was updated successfully, but these errors were encountered: