-
Notifications
You must be signed in to change notification settings - Fork 346
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
issue, suggestions and appeals #214
Comments
issue += 1;.------------------------------. |
Apologies for the late reply, but let me comment on the issues that are already addressed:
Since a year or so, all formulas should auto-refresh next time the document is opened in Excel
This is something about existing files that I would suggest for the user to implement themselves. But maybe could be considered as a future feature.
This check has been implemented - if an XLCellRange is constructed with such a wrong reference, it will throw an exception.
For styles, XLColumns is implemented - but do you want similar data access to columns as you have for XLRows? That is difficult due to the way data is organized in the OOXML. However, you can use ranges to access and iterate over a column (e.g.
Since today in the development-aral branch, 9775495 adds a function However, please be aware that due to extensive operations on the underlying XML, deleteRow currently only removes the underlying XML and does not renumber the following rows to "move up by one". TBD if this can be implemented with reasonable effort. Same for deleteColumn (where the "move to the left" seems more important) |
OpenXlSX version: Jul 3, 2022
issue
maybe add a function to refresh the table could work, I don't know weather it is feasible.
suggestion
when Excel open it, it will spawn ~$filename and can use filesystem.exists() to judge
throw an error and wait for file close using cin may help
if the ref are wrong, for example left:B2 right:A1 the program will drop into a loop
appeal
Im not sure why there're only about row without columns
If it's not a technical problem, I sincerely hoping you can achieve this function
although can accomplish by self, is there a more effective way to solve it ?
other
I write a Chinese Doc
a little bit simple with some wrong maybe, but it still work. helpful to the people don't want to study further
文档.xlsx
The text was updated successfully, but these errors were encountered: