MARCO96
MARCO96
Hello, I have some problems doing the following things: 1) **Saving the diagram in a specific path.** I'm using the option filename to change the name of the file generated,...
**Describe the bug** When drawing TableBuilder.resible(true), column separators take all vertical space overlapping with other widget below! See pictures below for a comparison! **To Reproduce** 1. Set TableBuilder.resible(true) 2. Display...
Hi, I found a new issue when opening and saving an excel file with umya-spreadsheet. Existing comments are deleted. Consider attached excel file with a comment in cell B2. [test.xlsx](https://github.com/user-attachments/files/20904000/test.xlsx)...
Hi Math, first of all congratulation for the great project. 💯 I am having an annoying issue when using umya-spreadshit to open, edit and then save an .xlsx file. The...
Hi, When generating multiple hyperlinks, these are not generated in the correct position. Script available at this repository, it's just a simple main.rs file. https://github.com/[ROMA96x/prova](https://github.com/ROMA96x/prova) On column A, I add...
Hi all, I have a code looking like this to delete original default sheet1. ``` match book.remove_sheet_by_name("Sheet1") { Ok(_) => (), Err(e) => { output.push_str("Error while removing sheet called 'Sheeet1':\n");...
## Describe the bug Hi all, I think this is more a problem of mine rather than a real bug. Anyhow, I am not able to get table working. I...