Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

problem while saving list output as local file.

Former Member
0 Likes
503

Hi Gurus!

i want to save the list output of classical report into excel but complete data is not coming into excel file.

[SYSTEM - > LIST ->SAVE -> LOCAL ->SPREADSHEET ]

when same output is transfer to unconverted file [notepad ] then completed data is coming.

please help me ,

points sure!

Rahul

2 REPLIES 2
Read only

Former Member
0 Likes
464

give filename with .xls extension...

filename.xls

try it

Read only

0 Likes
464

Excel, all by the newest version, can only handle 65,536 lines. Are you hitting this limit?

If the text file is not that long, save as a text file, then import into Excel.

Hope this helps.

Christopher