Question
OT: characters in paste from Excel
I am trying to find out how Excel divides content between
cells when you
copy a row/column of cells and paste it into a textarea.
Let's say I have two rows and each row has two cells of information, like
this -
Cell1.1 Cell2.1
Cell1.2 Cell2.2
and I copy and paste those 4 cells into a text area.
If I then want to separate the contents of Cell1.1 from Cell2.1 as separate
variables for further processing in PHP, how can I do that? I already know
that the two cells are not separated with a space.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
copy a row/column of cells and paste it into a textarea.
Let's say I have two rows and each row has two cells of information, like
this -
Cell1.1 Cell2.1
Cell1.2 Cell2.2
and I copy and paste those 4 cells into a text area.
If I then want to separate the contents of Cell1.1 from Cell2.1 as separate
variables for further processing in PHP, how can I do that? I already know
that the two cells are not separated with a space.
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
