Theo Ephraim

Results 117 comments of Theo Ephraim

Please try out the latest version and reopen if still having issues.

@LeGmask - I just finally released a typescript rewrite with many improvements and one of them was decoupling the google-auth-library. Thanks so much for the suggestion and discussion. Cheers!

@Baraksi @jakubriegel - the lastest version has some typed setters/getters, so you can explicitly say `cell.stringValue = '=LooksLikeAFormula'` and it will escape it properly. Please try it out and let...

please try the latest version and re-open with more details if still having issues.

opened a new issue #630 related specifically to dates. Also about to release a new version which lets you explicitly set a `cell.stringValue` which should handle escaping better.

I'll take a look at getting something like this merged in soon.

ADC is now supported. Sorry it took so long. See https://theoephraim.github.io/node-google-spreadsheet/#/guides/authentication?id=adc

The best workaround I have found is to add a formula cell in another sheet that does the lookup you need, and then use that information to do what you...