leGnacq
leGnacq
Hi, When we use AddNextCell(...), the `var incremental` is set to true so the cursor jumps to the next cell in the good direction. This is working. If we use...
Hi, I think this a solution but during my excel building, i also use SetStyle(...) because i have merged cell. SetStyle(...) will call AddCell(...), so i can't update CellDirection anytime...
I think this solution can work without disabling the AddCell(...) base functionnement. I can't test because when I call XlsWriter, I got an error on System.IO.Packaging not found even if...