excel upload with special characters
excel to mysql with special characters
Dear All
gone through many articles on uloading excel to mysql
excellent code in
http://phpexcel.codeplex.com/
http://sourceforge.net/projects/phpexcelreader/
MY issue is i cannot upload following (this is cut and pasted from an excel file)
where in is actually t and subscript 1 opposite to (n² i.e. n and superscript 2)
With this text with mathematical symbols cannot be uploaded
| 1001 |
a |
Find the first 3 terms of a sequence whose nth term is n²/(n + 1) |
Q |
|
Given: |
For a sequence, tn = n²/(n+1) |
|
AS1 |
|
To Find: |
t1, t2, t3 |
|
AS2 |
|
Solution: |
tn = n²/(n+1) |
given |
AS3 |
|
|
∴ t1 = (1)²/ (1 + 1) |
substituting n = 1 |
AS4 |
|
|
∴ t1 = 1/ 2 |
|
AS5 |
|
|
∴ t2 = (2)²/ (2 + 1) |
substituting n = 2 |
AS6 |
|
|
∴ t1 = 4/ 3 |
|
AS7 |
|
|
∴ t3 = (3)²/ (3 + 1) |
substituting n = 3 |
AS8 |
|
|
∴ t3 = 9/ 4 |
|
AS9 |
|
Ans: |
t1 = 1/2, t2 = 4/3, t3 = 9/4 |
CA |
CA |
Please help
Thanks in advance
Related Article: import an excel file(xls,xlsx) to mysql via php
Authored by djasy in the PHP forum, this related discussion thread currently has 7 replies, was last posted to 3 weeks ago by miatiza and has been tagged with the following keywords: excel, file, to, mysql. It has been marked solved and added to our huge knowledgebase of solved Q&As. It begins, “good evening people,i'm creating an application where i'd like to import and save a list ...”