Bharath Raj Pathi
Bharath Raj Pathi
One more point i observed. Whenever we try to create new row / modify existing cell value CPU utilization is going peek into 99% and so on. Ex: `new_book.insert_new_row("Sheet1", &3,...
I appreciate if you can share what all the functions i can use to read/write using lazy. Ex: `let mut new_book = umya_spreadsheet::reader::xlsx::lazy_read(path1).unwrap();` Above lazy_read somehow did not eat memory/...
Thank you for your update and detailed explanation. I am currently facing an issue where CPU utilization spikes to 100%. According to the configuration, when CPU usage exceeds a threshold...
I appreciate the power of this repo, it has all the features i wanted so far. Can you please help me how to reduce the size of xlsx without losing...
Thanks, i will try it and let you know with my results. May i know how you compressed it without losing styles and formattings etc., As per my understanding, new...
Thanks for the update. I am aware of manual steps to remove blank rows. Is there any way programmatically remove them?
> > Thanks for the update. I am aware of manual steps to remove blank rows. Is there any way programmatically remove them? > > There is API to delete...
Thanks for the info. I am trying couple of ways and got few questions. Can you please explain the performance differences between use umya_spreadsheet::{reader::xlsx::lazy_read, writer::xlsx::write_light}; 1. **read** vs **lazy_read** 2....
Great. I will definitely use cleanup for my use case. May i know how long it took to cleanup all empty rows (around 17K) in the file which i shared?
> I would like everybody to try out my PR on: #242 > > Let me know if memory requirements drop. Great, i could see a bigger change now in...