developer.jelix.org is not used any more and exists only for
history. Post new tickets on the Github account.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
developer.jelix.org n'est plus utilisée, et existe uniquement pour son historique. Postez les nouveaux tickets sur le compte github.
Opened 13 years ago
Closed 9 years ago
#598 closed new feature (wontfix)
HTML to Excel (response)
Reported by: | samtahRam | Owned by: | samtahRam |
---|---|---|---|
Priority: | low | Milestone: | |
Component: | jelix:core response | Version: | 1.0.3 |
Severity: | normal | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Documentation needed: | no | |
Hosting Provider: | Php version: |
Description
With the ability of Excel to load raw HTML. I've thought that we can implement a class which herits from the class jResponseHtml and send the html template to the browser with the header which indicate an application excel for content type
Change History (5)
comment:1 Changed 13 years ago by laurentj
- review review? deleted
comment:2 Changed 13 years ago by bballizlife
Any arguments for sending html content for excel ?
I don't see any in fact. Moreover as laurentj said, you can change the content-type if needed.
So, anything to add here ?
comment:3 Changed 13 years ago by bastnic
bballizlife++
comment:4 Changed 13 years ago by laurentj
- Priority changed from normal to low
I was wrong. In fact, we cannot change the content-type value in jResponseHtml : it overrides it..
comment:5 Changed 9 years ago by laurentj
- Resolution set to wontfix
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
Well, in the _commonProcess method (or doAfterActions method in 1.1) you just have to change the content type.
I don't think if HTML is the better format to send content for Excel...
(please, don't use the review field, it's used for patch).