Worle

Results 4 issues of Worle

When running the list command it would be useful to have the option to group the output by project and/or description and provide totals for each group. **An example output...

enhancement

When running the list command it would be good to include the total number of hours for each day I suggest that this is the default behaviour with no flags...

Writing NaN using set_value will result in a corrupted spreadsheet ` let path = Path::new("test.xlsx"); let mut book = umya_spreadsheet::reader::xlsx::read(path).unwrap(); let sheet = book.get_sheet_mut(&0).unwrap(); sheet.get_cell_mut((1,7)) .set_value("NaN"); umya_spreadsheet::writer::xlsx::write(&book, path).unwrap();` This is...

If you attempt to add an image with spaces in the file name it will result in a corrupted Excel file. Upon repair using Excel the image will not be...