473,387 Members | 1,504 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Spreadsheet_Excel_Writer()

When exporting a document contains the following lines, I'm gettng unnecessary symbols: What can i do to resolve this??

Carboxylic acids comprising perfluoropolyether chains, of formula:
T1—CFW1—O—Rf—CFW2—T2 (I)
wherein T1, T2, equal to or different from each other, are selected from the group formed of —CH2—B—Y—(COOH)n, —CH(CF3) O—Y(COOH)n, —F, —CF3, —C2F5, —(C2F4)Cl, wherein B=—O— or —S—; Y=C1—C20 alkylene chain, n=1-4; with the proviso that at least one of the
Sep 13 '07 #1
1 1670
When exporting a document contains the following lines, I'm gettng unnecessary symbols: What can i do to resolve this??

Carboxylic acids comprising perfluoropolyether chains, of formula:
T1—CFW1—O—Rf—CFW2—T2 (I)
wherein T1, T2, equal to or different from each other, are selected from the group formed of —CH2—B—Y—(COOH)n, —CH(CF3) O—Y(COOH)n, —F, —CF3, —C2F5, —(C2F4)Cl, wherein B=—O— or —S—; Y=C1—C20 alkylene chain, n=1-4; with the proviso that at least one of the
Its very hard to help you when you don't post the source code or reference what it is you are using to produce your results. If you want to strip those symbols you need to find out their ascii codes and use
[php]
$data = str_replace(chr(code),'',$data)
[/php]
Sep 13 '07 #2

Sign in to post your reply or Sign up for a free account.

Similar topics

9
by: sifar | last post by:
Hi, I am right now learning PHP & want to know if there is a way to send web form data to an Excel sheet located on a network. My windows xp PC doesnot have a copy of Excel. Also i am not...
4
by: Sonnich | last post by:
Hi all! We discussed it lately, how to create xls files. I use(d) a way to save in html format, which excel can open nicely. However, now I need 2 sheets, and I am stuck on that. Any...
2
by: Mike Miller | last post by:
Hi, I am using the Spreadsheet_Excel_Writer module from Pear to generate Excel spreadsheets from my application. Currently I am finding that when I create a new excel spreadsheet I get a...
0
by: Paul | last post by:
When I run the code below, it create a file but it is 0 bytes and throws an error when I try to open it, "Unknown or unsupported file format." Here's the test code: <?php require_once...
4
by: sejal17 | last post by:
Dear Sir, Can you tell me how to export data from MySQL database to a xls file using php code?I have to export data from different tables of mysql database to a single xls file.Please help me!!! ...
5
by: tsanthoshk | last post by:
Hi All I am trying to read and modify input excel file. when i update the data in excel sheet already existing format is washing out. It mean if excel sheet contain colors those are not appearing...
2
by: Paul Lautman | last post by:
I am trying to install the PEAR packageSpreadsheet_Excel_Writer using the command: pear install Spreadsheet_Excel_Writer and I'm getting the error: Fatal error: Allowed memory size of 8388608...
1
by: nick | last post by:
I want to output a html table as xls to the client with all data unformatted. For example I want excel to render "<td>1-3</td>" as "1-3", NOT "1-Mar". Thanks for any help.
2
by: pinocchio123 | last post by:
i want to store data ie available in a webpage in a spread sheet... i am creating an empty excel file using.. $excel = new Spreadsheet_Excel_Writer('hardware.xls'); but... i dont know how to...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.