Daniel Zuidinga

Results 9 comments of Daniel Zuidinga

I get the following results: ``` this.hf.setCellContents({ sheet: this.mainDT, col: 0, row: 0 }, "=B1"); this.hf.setCellContents({ sheet: this.mainDT, col: 1, row: 0 }, "=A1"); this.hf.setCellContents({ sheet: this.mainDT, col: 2, row:...

@wufeng87 did you find a solution?

did you found a solution?

what's the error? for me it works

I have the same problem. Do you have a solution?

``` def main(argv): # your code here if __name__ == '__main__': main(sys.argv) ``` solves the problem

but how can I get the changed cells after the pasting? I need all changes (could also be changed references) Documentation also says: ``` // returns a list of modified...