aliaga
(Ali Aga Mustofa)
September 15, 2022, 10:44am
1
Hello All,
Currently i had report .html from Symantec AV Endpoint,
from that html file, i need to create report using .xlsx (excel file).
I didn’t know how to achieve this, i had try using excell scope and using ‘Start Process’ Activity but still facing some issue.
Goal : ‘Open html file using Excell application and save it to .xlsx file’
Regards,
Gokul001
(Gokul Balaji)
September 15, 2022, 10:48am
2
HI @aliaga
Check out the link and thread
Hi Guys…
I am currently trying to copy content html file and paste it in particular excel sheet …
after workflow gets run the html file will be open, then I have to copy content to excel sheet…
Can anyone guide in this!
Regards
Gokul
aliaga
(Ali Aga Mustofa)
September 16, 2022, 1:43am
3
Hi @Gokul001 ,
Sorry for late response, thankyou for recommendation.
I think i can’t achieve my goal using that activity.
My goal is to open html file using excel and save it to .xlsx file.
Regards,
aliaga
(Ali Aga Mustofa)
September 16, 2022, 2:43am
5
Hello @muthuraj.c ,
Thankyour for your response,
Already try that and that isn’t goal i want to achieve.
because the table format is different.
Regards,
whitestar
(Phyo)
September 16, 2022, 2:45am
6
Can you share the sample format of your html file ? it will help others to help you
aliaga
(Ali Aga Mustofa)
September 16, 2022, 2:51am
7
Hi @whitestar ,
here the Screenshoot of my html format
Regards,
Hello @aliaga
With Uipath you cannot directly convert a HTML file to .xlsx file. So what you can do is open the html file using chrome or other browsers using start process activity.
Then use table extraction to extract the table. Then use Write range activity to write to excel.
Thanks
whitestar
(Phyo)
September 16, 2022, 7:01am
9
which field are you trying to extract ? can you remove the sensitive information from html file and share in the forum ? i used .net class method to read the < table > tags from html file and loop the and tags
aliaga
(Ali Aga Mustofa)
September 16, 2022, 7:02am
10
Hi @Rahul_Unnikrishnan ,
Thankyou for your response.
For this case, i found solution to achive my goal.
Use excel scope to open html file and Save Workbook activity (no need to read range or other activity)
Use excel scope again (different scope with step 1) and insert Copy Sheet to other .xlsx files
Regards,
aliaga
(Ali Aga Mustofa)
September 16, 2022, 7:17am
11
Hi @whitestar ,
Thankyou for your response.
For this case already found the solution.
please have it checked.
Hi @Rahul_Unnikrishnan ,
Thankyou for your response.
For this case, i found solution to achive my goal.
Use excel scope to open html file and Save Workbook activity (no need to read range or other activity)
Use excel scope again (different scope with step 1) and insert Copy Sheet to other .xlsx files
[image]
Regards,
Regards,
system
(system)
Closed
September 19, 2022, 7:18am
12
This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.