[ http://jira.magnolia.info/browse/MGNLXLS-2?page=comments#action_14044 ] Grégory Joseph commented on MGNLXLS-2: --------------------------------------
For the record, after some tests, using jexcelapi, the following was possible and rendered pretty well (but using inline styles) * rendering of a specific sheet from the document, by name or index. * formulas - at least basic ones seem to work well * background colors * cell style (bold, font color, font size) * multi line cells (we display them including the original linebreaks . i.e replacing lb with <br> tags) * spanning multiple rows/ columns to check / see if we need to render and if it is possible at all: * floating boxes * cell "notes" * empty rows used for layout * empty columns or cells used for layout (ie text from previous cell overflowing) * images ?? (seems not worth the effort) > Excel parsing and html rendering > -------------------------------- > > Key: MGNLXLS-2 > URL: http://jira.magnolia.info/browse/MGNLXLS-2 > Project: Magnolia Excel Renderer Module > Issue Type: Sub-task > Reporter: Grégory Joseph > Assigned To: Grégory Joseph > Fix For: 1.0 > > > Will use jexcelapi for this first impl -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.magnolia.info/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira ---------------------------------------------------------------- for list details see http://www.magnolia.info/en/developer.html ----------------------------------------------------------------
