-
-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Delete Table not working #1682
Comments
Thanks for your issue. This issue has been fixed, please try to upgrade the master branch code, and this patch will be released in the next version. This library does not support change the data range of the chart currently, but you can delete the chart and create a new chart instead of that. |
@xuri I can confirm the issue is fixed. However DeleteTable deletes the table header ? is this the intended behavior ? Also Add table doesn't have a way to specify a header for the new table. If i have the header as
is there a way to do this without losing the table header ? |
Yes, I think we need to keep all cells value in the table range when deleting table, these section code is not required, would you like to create a pull request for that? |
Yes I will by the end of today. |
- DeleteTable does not delete table header values.
…ing the table - Move worksheet-related functions in one place
Go: 1.21.1
Excelize: master
Updating a table's range by removing it and creating it again doesn't work.
Excelize.zip
Also Is there a way to refresh the range of a chart ? or make the chart react to a table new row ?
The text was updated successfully, but these errors were encountered: