Code Red > .NET

create list from selection

(1/3) > >>

A-SABER:
How to make a number of lists, from the selection?
for example, in the attached image after selecting all the texts, I need to make 7 lists,
according to the number of rows that exist.
To I can export all lists to the Excel file and each list in a separate column
.

nobody:
It's actually pretty involved to do what you're asking.  I'd suggest starting with a smaller task and work your way up.

Figure out how to export the first row of the first column. That would be your first step. You'll use streamreader to write the data to a file, and add data to an existing file. Start with writing to a text file before diving into writing to excel.

mrbeann:
I need help too. Gile please help!

gile:
Hi,
I'm absolutely unable to understand the request.

mrbeann:

--- Quote from: gile on August 22, 2021, 10:58:35 AM ---Hi,
I'm absolutely unable to understand the request.

--- End quote ---
Get a selection of all (7) rows above and divides into (7) arrays (in a array of arrays) (each row sort from left to right).

Navigation

[0] Message Index

[#] Next page

Go to full version