Giter Site home page Giter Site logo

XML entities are not encoded about php-excel HOT 6 OPEN

gegiben avatar gegiben commented on August 22, 2024
XML entities are not encoded

from php-excel.

Comments (6)

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
hi,

Any idea to modify or update the existing excel file with php?

Thanks

Original comment by [email protected] on 3 Jul 2009 at 8:02

from php-excel.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
@gmeader: Thanks for this report. I am currently trying to address this issue in
version 2:

http://code.google.com/p/php-excel/source/browse/#svn/branches/version02

However, I still need a conversion table to quickly convert special characters 
to the
necessary representation in the used charset. This is a performance issue since
larger arrays will create quite some heavy load when trying to convert every 
single cell.

@almightyad: Modifications will only be possible as long as the file has not 
been
converted to the binary xls-format. It's a great idea, however. It should not 
be too
difficult to read out the Excel-XML into an array using SimpleXML, then making
changes to the structures and values and deliver the result again in an excel
document. I need to think about it.

Original comment by [email protected] on 10 Sep 2009 at 10:04

from php-excel.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I will address this issue with a new version and/or a patch for version 1.

Original comment by [email protected] on 10 Sep 2009 at 12:27

  • Changed state: Accepted

from php-excel.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I've tried to fix this with version 1.1. However, I still need to test this
thoroughly. Check the download section at:

http://code.google.com/p/php-excel/downloads/list

Original comment by [email protected] on 10 Sep 2009 at 2:26

  • Changed state: Started

from php-excel.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024

Original comment by [email protected] on 10 Sep 2009 at 3:53

  • Added labels: Milestone-Release1.2

from php-excel.

GoogleCodeExporter avatar GoogleCodeExporter commented on August 22, 2024
I'm using the following version shipped with a Drupal module to output Excel 
files...

// $Id: php-excel.class.php,v 1.1.2.1 2009/11/04 17:22:40 jkarsum Exp $


... and am seeing this same issue. I notice the addRow function calls 
htmlentities in
order to generate valid XML, but am confused as to why Excel doesn't decode 
these
properly.

Original comment by [email protected] on 29 Apr 2010 at 6:49

from php-excel.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.