John Harris
John Harris
I'm excited there is a date picker now! Would it be possible to also get the time options bound to the underlying control?
I am unable to cross compile my application. I get an error saying `Could not open '/lib/ld-linux-aarch64.so.1': No such file or directory` This file should exist: ``` ls -lh /home/john/ubuntu-sysroot/lib/ld-linux-aarch64.so.1...
Currently there is no way to freeze a pane in this library. https://www.youtube.com/watch?v=wq-s8DJBdTU // Demo https://stackoverflow.com/questions/46493398/freeze-pane-and-columns-in-openxml // Example in C#'s OpenXML https://c-rex.net/samples/ooxml/e1/Part4/OOXML_P4_DOCX_pane_topic_ID0E1NA5.html // OOXML doc Spreadsheet views are untouched with...
The default template when using `Excel.CreateExcel` uses Arial as a default font. Would it be worth a PR to change this to the newer Aptos Narrow? Excel also uses Aptos...
Settings Merged Cell styles doesn't appear to work. ``` import 'dart:io'; import 'package:excel/excel.dart'; Future main(List args) async { var excel = Excel.createExcel(); var sheet = excel[excel.sheets.keys.first]; var aptosDisplayStyle = CellStyle(fontFamily:...