Eugene Gavrilov
Eugene Gavrilov
@bharatsewani1993 @xuri I investigated this issue and found mistake in code for add chart. When you adding chart you set values with sheet name: ``` xlsx.AddChart("Sheet1", "B13", `{"type":"line","dimension":{...}, "series":[{ "name":"Sheet1!$D$1",
@xuri If you drop "Sheet1!" from source definition everything will still work even after renaming the sheet.
Hi @ppknap! I try to do this task, but it impossible. I add `IN_MOVE_SELF` to `InotifyAddWatch` and I caught it, but I can't get new name of folder. 1) `IN_MOVE_SELF`...
How should it works ? Can you add examples ?