🐛 Fix bug that Google Sheet data got always copied as string

This commit is contained in:
Jan Oberhauser 2019-07-15 16:24:53 +02:00
parent 8363be2620
commit 8eb537fa96

View file

@ -47,6 +47,7 @@ export class GoogleSheet {
auth: client,
spreadsheetId: this.id,
range,
valueRenderOption: 'UNFORMATTED_VALUE',
}
);