Issue 61032 - Hyperlink() does not export to html document
Summary: Hyperlink() does not export to html document
Status: ACCEPTED
Alias: None
Product: Calc
Classification: Application
Component: save-export (show other issues)
Version: OOo 2.0.1
Hardware: All All
: P3 Trivial with 3 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords: oooqa
Depends on:
Blocks:
 
Reported: 2006-01-23 03:50 UTC by tgretton
Modified: 2017-05-20 11:11 UTC (History)
2 users (show)

See Also:
Issue Type: DEFECT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments
Test spreadsheet (6.59 KB, application/vnd.sun.xml.calc)
2006-01-23 03:54 UTC, tgretton
no flags Details
output of save to html (1.08 KB, text/html)
2006-01-23 03:55 UTC, tgretton
no flags Details
pdf conversion from spreadsheet (functions as expected) (17.65 KB, application/pdf)
2006-01-23 03:58 UTC, tgretton
no flags Details

Note You need to log in before you can comment on or make changes to this issue.
Description tgretton 2006-01-23 03:50:59 UTC
The hyperlink() function does not get encoded into an html document as expected.

The test spreadsheet with cells A1-A3 is as follows:

    =hyperlink("http://www.openoffice.org")
    =hyperlink("http://www.openoffice.org";"click")
    =hyperlink("mailto:issues@openoffice.org?subject=test";"send e-mail")

Based upon my understanding, this should be translated to the following html code:

    <a href="http://www.openoffice.org">http://www.openoffice.org</a>
    <a href="http://www.openoffice.org">click</a>
    <a href="mailto:issues@openoffice.org?subject=test">send e-mail</a>

Instead, the html document is simply plain text with no links as follows:

     http://www.openoffice.org
     click
     send e-mail

The hyperlink() function appears to export properly to pdf.

The problem is reproducible in both Windows XP Professional and Linux (Mandriva
10.1 Official)


Tom
Comment 1 tgretton 2006-01-23 03:54:22 UTC
Created attachment 33469 [details]
Test spreadsheet
Comment 2 tgretton 2006-01-23 03:55:52 UTC
Created attachment 33470 [details]
output of save to html
Comment 3 tgretton 2006-01-23 03:58:41 UTC
Created attachment 33471 [details]
pdf conversion from spreadsheet (functions as expected)
Comment 4 lars 2006-01-23 18:15:23 UTC
confirmed on Windows XP Pro SP2 with OOo-dev 2.0 (m151)
Comment 5 frank 2006-02-08 13:49:44 UTC
Hi Eike,

seems to be yours as HTML filter is your construction site.

Frank
Comment 6 ooo 2006-02-08 16:44:54 UTC
Accepted.
Comment 7 rcabane 2008-04-02 21:58:16 UTC
Almost the same one as :
http://qa.openoffice.org/issues/show_bug.cgi?id=85577
Comment 8 ooo 2008-05-30 16:03:31 UTC
Propably not doable in time frame for 3.0, retargeting to 3.x
Comment 9 Marcus 2017-05-20 11:11:07 UTC
Reset assigne to the default "issues@openoffice.apache.org".