appsmithorg / appsmithorg/appsmith
[Enhancement] Create spreadsheet should follow default formatting (ref comment for specs)
- Dominant language
- TypeScript
- Stars
- 40.9k
- Forks
- 4.8k
- Avg merge
- 1d 22h
- Merged PRs (30d)
- 45
Description
## 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
Contributor guide
Assessment
This issue has not been assessed yet.