You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Columns are partly resized but not all the column content.
Code to replicate
Autosizing columns
Create Workbook test.xlsx
FOR ${index} IN RANGE 20
&{row}= Create Dictionary
... Row No ${index}
... Description this is the row ${index}
... Amount in Stock ${index * 25}
... Year 2023
Append Rows to Worksheet ${row} header=${TRUE}
END
Auto Size Columns A F
Save Workbook
The text was updated successfully, but these errors were encountered:
Columns are partly resized but not all the column content.
Code to replicate
The text was updated successfully, but these errors were encountered: