appsmithorg / appsmithorg/appsmith

[Enhancement] Create spreadsheet should follow default formatting (ref comment for specs)

Aperta
#4,104 1 commento 0 reazioni 1 assegnatario Assegnata a @leotom2000 Vedi su GitHub
Enhancement Google Sheets Integrations Product Low Query & JS Pod Query Widgets & IDE Pod
Lingua principale
TypeScript
Stelle
40.9k
Fork
4.8k
Merge medio
1g 22h
PR unite (30g)
45

Descrizione

## Description
Release Environment - It is observed that when the numbers are passed in the row objects for insert scenario then the numbers are right aligned in the Google sheet

**Expected Result**
Numbers should be left aligned in Googlesheet

**Actual Result:**
Numbers are right aligned in the Googlesheet

### Steps to reproduce the behaviour:
1.launch Appmsith app in the release environment
2.Expand API and Click on Googlesheet
3.Click on Add new Datasource and configure Email
4.Copy existing spreadsheet url, sheet name , column and values
5.click on 'New Query'
6.Choose the method as 'Insert' , 'Bulk Insert, 'Update' or 'Bulk update'
7.Pass the spreadsheet url which is noted at step 4
8.Pass the sheet name which is noted at step 4
9.Pass the following row object based on the column and values which are noted at step 4
[{
"FirstName":"Yogesh",
"LastName":"J",
"Email":"Yogikingston57it@gmail.com",
"Phone":"9952563100"
},
{
"FirstName":"Yogeshh",
"LastName":"JJ",
"Email":"Yogikingston57itt@gmail.com",
"Phone":"7550245695"
},
{
"FirstName":"Yogeshhh",
"LastName":"JJJ",
"Email":"Yogikingston57ittt@gmail.com",
"Phone":"7550245123"
},
{
"FirstName":"Yogeshhh",
"LastName":"JJJ",
"Email":"Yogikingston57ittt@gmail.com",
"Phone":"9952563200"
}]
10.Click on Run and verify the success message
11. Open the Google sheet and observe the values

### Important Details
- Version: [14.0.3 (16610.4.3.1.7)]
- OS: [MacOS Big Sur 11.2.3]
- Browser [S

Guida per i contributori

Apri la guida per i contributori

Valutazione

Questa issue non è ancora stata valutata.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.