AshishJoshi-asj / zfdatagrid

Automatically exported from code.google.com/p/zfdatagrid
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Export #169

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Hi,
I was looking a bit through the Export functions. 

1. I noticed that no variable is translated. Like:
- deploy.pdf.page       = "Page"
- deploy.pdf.footer     = "Footer"

2. CSV exports just what is on the screen (5 rows in my case)
- last line in CSV is
<b>Fatal error</b>:  Cannot use object of type stdClass as array in
<b>C:\Razno\Razvoj\WebRoot\PHP_inc\Bvb\Grid\Data.php</b> on line
<b>1771</b><br />

3. HTML tags incorporated in the data in 
  some exports are left, (tags left in - ODS, CSV, XML)
  and in others removed

4. In JSON, HTML tags were messed up 
 - "VIP<\/b> 7722<\/span>" 
and should be 
 - "<span title="385917722"><b>VIP</b> 7722</span>"

5. ODT displays just one column

Original issue reported on code.google.com by vlatko.b...@gmail.com on 15 Feb 2010 at 2:46

GoogleCodeExporter commented 9 years ago
Hi,

Made a few changes in templates and deploy classes.

PDF now translatable. ODT problem seams fixed. Striped html tags.

Try the CSV again.

Don't know if it will be solved.

Best Regards,
Bento Vilas Boas

Original comment by pao.fre...@gmail.com on 15 Feb 2010 at 5:04

GoogleCodeExporter commented 9 years ago
Hi,

1. PDF translatable now
2. CSV still shows only displayed records
3. CSV shows no error at the end
4. Tags stripped in XML, CSV, JSON and ODS
5. ODT displays all columns

New issues:

When I open ODT file directly from temp/media (no download), OOO doesn't ask for
character set so some characters are corrupted.

When I save ODS, ODT, docx, they are saved as UTF-8 with BOM, and OOO can't open
them. When I resave it with N++ as UTF-8 without BOM, or as ANSI, it opens it.
The same problem prevents from opening them directly.

Do you know what could be the problem?

Tried with FF 32-bit and FF 64-bit, IE 32 and 64.

Original comment by vlatko.b...@gmail.com on 15 Feb 2010 at 6:23

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 3 Mar 2010 at 4:56

GoogleCodeExporter commented 9 years ago

Original comment by bento.vi...@gmail.com on 15 Dec 2010 at 11:15