D
dog shaver
I am attempting to write Applescript code to copy a table in Safari and
paste special it, as text, to an
Excel worksheet.
When I perform the operation manually, all the rows of the Safari table
are
pasted into Excel
in a single column, i.e. after all of the data in a row of a table is
pasted
vertically into Excel,
the next row is pasted in the next open cell below in the same column,
as I need
it.
When I use the applescript line..."paste special on worksheet format
text" it
pastes the table
data in rows AND columns , like the table looks in Safari, but I do not
want it
pasted this
way.
Any ideas on how to get my Applescript code to perform the same manual
operation?
Thanks!
paste special it, as text, to an
Excel worksheet.
When I perform the operation manually, all the rows of the Safari table
are
pasted into Excel
in a single column, i.e. after all of the data in a row of a table is
pasted
vertically into Excel,
the next row is pasted in the next open cell below in the same column,
as I need
it.
When I use the applescript line..."paste special on worksheet format
text" it
pastes the table
data in rows AND columns , like the table looks in Safari, but I do not
want it
pasted this
way.
Any ideas on how to get my Applescript code to perform the same manual
operation?
Thanks!