https://bugs.freedesktop.org/show_bug.cgi?id=87152

            Bug ID: 87152
           Summary: exporting function INDIRECT() from .ods to xls does
                    not convert cell-references
           Product: LibreOffice
           Version: 4.2.6.3 release
          Hardware: Other
                OS: All
            Status: UNCONFIRMED
          Severity: normal
          Priority: medium
         Component: BASIC
          Assignee: [email protected]
          Reporter: [email protected]

This is correct basic code for .ods:

=INDIREKT(A3&".F3")

When exporting the .ods-file to .xls this is left untouched which is wrong. It
should be changed to something like the following to comply with VBA:

=INDIREKT(“‘“&A3&"‘!F4")

At least there should be a "!" instead of a dot.

Regards,
fury

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to