excelize icon indicating copy to clipboard operation
excelize copied to clipboard

Table range

Open drsasa opened this issue 5 years ago • 1 comments

Is there a way to change existing table range?

For example:

  1. Get table by name
  2. Set new range instead let's say "A1:P8000" to "A1:P1000"

Thank you in advance.

drsasa avatar Jul 22 '20 20:07 drsasa

Sorry, this lib not support to change the table reference range currently. I have added this feature support to the Roadmap.

xuri avatar Aug 08 '20 05:08 xuri

This feature has been working in progress (as a project of the Institute of Software Chinese Academy of Sciences 2023 Open Source Promotion Plan), the library will be supported to read and remove tables in a future released version, in August, 2023.

xuri avatar Apr 04 '23 05:04 xuri

Hi there,

I am a CS student, also a prospective student interested in the OSPP 2023 project.

I came across your project on OSPP 2023 and I'm very interested in learning more. I've been exploring the world of open source software and your project seems like a great opportunity for me to contribute to a meaningful project and learn new skills at the same time.

Could you provide more information about the project? What should I do if I want to explore more?

Thanks for your time and I look forward to hearing back from you soon!

Best regards, Cao Kui

caokuii avatar Apr 22 '23 14:04 caokuii

Contributions are welcome! You can get more details from the documentation website of this project. Welcome submit project applications on the OSPP website.

xuri avatar Apr 22 '23 14:04 xuri

I am currently very interested in this project, but I just don’t know if I can finally get the chance to participate in this project on OSPP.

caokuii avatar Apr 23 '23 05:04 caokuii

I am currently very interested in this project, but I just don’t know if I can finally get the chance to participate in this project on OSPP.

According to the guide of this activity, you can check application results on the activity's official website and system.

xuri avatar Apr 23 '23 06:04 xuri

The new functions GetTables and DeleteTable has been added. Now, we can get table at first, delete the table, change the range of the table, and then add the new table. Please try to upgrade the master branch code. This feature will be released in the next version.

taomin597715379 avatar Aug 23 '23 02:08 taomin597715379