Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
Home
Forum
Software
Mouser's Software
NANY: New Apps for the New Year
Friends of DC
Forum Coding Snacks
Editorials
Daily Blog
Monthly Newsletter
Mini Reviews
Favorite Websites
Archives
Articles
Historical Archives
Testimonials: What Folks Say About Us
Licensing
Get a License Key
Commercial Licensing
Help
Search
FAQs
DonationCoder Sitemap
Live Chat (Discord)
Contact Us
About Us
Donate
This topic
This board
Entire forum
Website and forum (google)
Member search
Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
6 Months
Forever
Login with username, password and session length
Friday December 13, 2024, 8:55 pm
Proudly celebrating 15+ years online.
Donate now
to become a lifetime supporting member of the site and get a non-expiring license key for all of our programs.
Forum Home
Search
Login
Register
Recent Topics
Go To..
Recently updated topics
Recent posts (compact)
Recent posts (full text)
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Post New Requests Here
»
IDEA: copy a row or column from an html table on a web page
« previous
next »
New Topic
Print
Pages: [
1
] •
bottom
Author
Topic: IDEA: copy a row or column from an html table on a web page (Read 6068 times)
mouser
First Author
Administrator
Joined in 2005
Posts:
40,914
IDEA: copy a row or column from an html table on a web page
«
on:
June 12, 2006, 04:19 AM »
does a firefox extension exist for this already?
a way to copy (to clipboard) a row or column of text from an html table?
right now, im copying the entire table, then having to manually go through and edit it to get the data i want - big pain.
kimmchii
Honorary Member
Joined in 2005
Posts:
360
Re: IDEA: copy a row or column from an html table on a web page
«
Reply #1 on:
June 12, 2006, 04:31 AM »
try this:
ctrl+click on the first box (column), then ctrl+shift+click on the last box, then ctrl+c to copy.
If you find a good solution and become attached to it, the solution may become your next problem.
~Robert Anthony
mouser
First Author
Administrator
Joined in 2005
Posts:
40,914
Re: IDEA: copy a row or column from an html table on a web page
«
Reply #2 on:
June 12, 2006, 04:45 AM »
brilliant
firefox is now my browser of choice.
AbteriX
Charter Honorary Member
Joined in 2005
Posts:
1,149
Re: IDEA: copy a row or column from an html table on a web page
«
Reply #3 on:
June 12, 2006, 09:10 AM »
http://dafizilla.sou...orge.net/table2clip/
What is Table2Clipboard:
Mozilla applications allow to select rows and columns from a table
simply pressing Control key and picking rows/columns with left mouse button.
The selection can be copied to clipboard but the original table disposition is lost
making ugly results when you paste the text on datasheet applications (eg excel).
If you want to paste data in Microsoft Excel on OpenOffice Calc
with correct disposition simply use Table2Clipboard
mouser
First Author
Administrator
Joined in 2005
Posts:
40,914
Re: IDEA: copy a row or column from an html table on a web page
«
Reply #4 on:
June 12, 2006, 09:15 AM »
nice! that could come in quite handy as well.
New Topic
Print
Pages: [
1
] •
top
« previous
next »
DonationCoder.com Forum
»
DonationCoder.com Software
»
Coding Snacks
»
Post New Requests Here
»
IDEA: copy a row or column from an html table on a web page