Using Table Extraction - UiPath Academy - UiPath Dev Associate

GoogleSearch.xlsx file is not showing the header, but when I look at the wizard, I see the heard and when I open in .csv I also see the header.

I’m using community studio 2025.0.161 version.

Automation Developer Associate Training (v2023.10) Course | UiPath Academy
Google Search Table Exraction.zip (2.0 MB)

hello @wendy.xiong
you can use this method
Use `Excel Process Scope Modern activities
Drag this in if you’re using Modern Design Experience

Use Excel File then Select your GoogleSearch.xlsx file
Inside Use Excel File, use:
Read Range(Modern activity) Sheet Name : Select the correct sheet Range : Leave it **blank** (empty) Check : Include Column Names (very important!) Output: Save to a DataTable (e.g.,dtData`)

please do needful

@shrikrushna.bhoi why do we need to take this extra step when in the demo this wasn’t the case?

Solved my problem. I needed to check “Add Header” from the properties pane for Write Range Workbook.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.