Data from excel to notepad
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-03-24 02:23 PM
I have an excel file. All of its data needs to be pasted in Notepad. The data is comprised of around 1200 rows. I tried to use Save as & extension as .txt. The data copied in notepad is all distorted. Please advice.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
20-03-24 03:00 PM
Hello!
Could you try this secuence of steps?
- MS Excel VBO:Select
- MS Excel VBO:Copy
- Utility - Environment: Get Clipboard or use a Calc stage with GetClipboard() function
- Utility - File Management:Write text file (sending data item text that previously got the clipboard)
- Utility - Environment:Clear Clipboard
Not sure if this is going to keep the formatting, perhaps someone have another approach, lets see
Regards!
RPA Professional Developer
Deloitte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-24 12:23 PM
Thanks Daniel for providing response. When I do copy, it seems nothing is getting copied. I am doing following steps:
1. Create Instance
2. Open Workbook
3. Copy
4. get Clipboard
5. Write text file
6. clear clipboard
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-24 12:39 PM
Hi!
You are missing the Select step before copy, where you need to use MS Excel VBO:Select and send the range, For Example; "A1:Z1900" and then Copy, try that and let see what brings
Regards
RPA Professional Developer
Deloitte
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-24 01:23 PM
It worked. Data looks good. Appreciate your help.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
21-03-24 01:45 PM
Glad it help!
Regards 🙂
RPA Professional Developer
Deloitte
