MathNya

Results 114 comments of MathNya

@sparkyandrew I apologize for the delayed response. Regarding this matter, we should be able to address it in the next update. Please bear with us for a little while longer.

@sparkyandrew Thank you for your inquiry. We have identified the cause. umya-spreadsheet does not support custom sheet views. As a result, it was unable to correctly retrieve values from features...

@0chroma When a file is read with `lazy_read`, most of the information including hyperlinks is not accessible because it has not yet been deserialized. Please execute `read_sheet `after `lazy_read`. ```rust...

@0chroma Sorry. I apologize for the extra time and effort. As you indicated, we will modify the system to display error messages.

@sjfhsjfh Thank you for your suggestion. I understand that this suggestion will benefit when executed in WebAssembly. (Sorry if I'm wrong, I'm not sure if this is the case). Regarding...

@PleaseDont Thank you for your message. I tried the code you provided, and the height became 20. It appears to be working fine. (I used umya-spreadsheet version 2.3.3.) If the...

@PleaseDont I checked the Excel file at the specified URL, but the row height still appears as 24 in my environment. Functionality was verified on Windows 11 using Excel, ONLYOFFICE,...

@SET001 Thank you for contacting us. Currently, the following can be implemented. ```rust for row_dimension in data.get_row_dimensions() { let row = data.get_collection_by_row_to_hashmap(row_dimension.get_row_num()); } ``` However, get_row_dimensions() has the following limitations...

Thank you for your report. We will soon release a version that fixes the issues you have pointed out.

Version 0.8.4, which fixes the problem, has been released.