sparkyandrew

Results 4 issues of sparkyandrew

umya-spreadsheet is so far the only crate I can find with both read and write feature I need. I do hope my suggestion could make this library better. below is...

with fn text_size(), Dropdown shows different text size Code : ```rs use gpui::{ App, Application, Bounds, Context, Edges, Entity, IntoElement, SharedString, TextAlign, Window, WindowBounds, WindowKind, WindowOptions, div, prelude::*, px, size,...

There's no function to copy external link, so after clone a sheet and save to another workbook, when you open it, Excel will report error and ask if you want...

sheet.get_auto_filter() is not always reading the autofilter correctly. This case, there's one autofilter ("A4:DH9") for sheet and two autofilter ("B1:DG1") in custom sheet view, fn get_auto_filter() always get the autofilter...