Michael Stum

Results 12 comments of Michael Stum

Adding a log.Println at the top of the purgeEvents method shows that the method is called only once (when the Watcher is created) but then never again. It also never...

Thanks for looking at it! Since there is a valid way to check it on the caller side by looking at the Name and the ev.IsModify()/IsDelete() etc., maybe it's valid...

Instead of Sheet.ColumnWidths, I should have Sheet.Columns which has a lot more properties per column. This would be a breaking change though.

Maybe doing this in 3.0, where I might break a few things for a better API.

https://github.com/mstum/Simplexcel/issues/43

Maybe doing this in 3.0, where I might break a few things for a better API.

https://github.com/mstum/Simplexcel/issues/43

This would require separating the Cell Content, and the Cell Formatting into two separate classes. The CellContent would contain the CellType, Value, and Format, while the CellFormat would include the...

Maybe doing this in 3.0, where I might break a few things for a better API.

https://github.com/mstum/Simplexcel/issues/43