Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RPA.Excel.Files.Auto size columns does not work #1104

Open
mikahanninen opened this issue Oct 4, 2023 · 0 comments
Open

RPA.Excel.Files.Auto size columns does not work #1104

mikahanninen opened this issue Oct 4, 2023 · 0 comments
Labels
bug Bad or unexpected behaviour

Comments

@mikahanninen
Copy link
Member

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
@mikahanninen mikahanninen added the bug Bad or unexpected behaviour label Oct 4, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Bad or unexpected behaviour
Projects
None yet
Development

No branches or pull requests

1 participant