NeoOffice 2017 Upgrade Issues

From NeoWiki

Revision as of 02:30, 21 August 2017 by ( | contribs)
Jump to: navigation, search

NeoOffice 2017 is based on the LibreOffice 4.4 code. Because earlier versions of NeoOffice were based on the much older OpenOffice 3.3 code, users may find NeoOffice behaves differently after upgrading to NeoOffice 2017. Below are the most common issues that we have seen after upgrading to NeoOffice 2017:

Spreadsheet formulas display #VALUE! instead of a number

If a mathmatical formula references any cells that contain spaces or other non-numeric characters, the LibreOffice 4.4 code used by NeoOffice 2017 (as well as all recent versions of OpenOffice and LibreOffice) will display #VALUE!. In contrast, the OpenOffice 3.3 code used by earlier versions of NeoOffice would behave as if such cells were empty cells.

To stop the display of #VALUE!, there are two options:

  1. Put each cell reference in a mathematical formula into the N() function. The N() function will return 0 if the cell reference is non-numeric which is very similar to the OpenOffice 3.3 behavior.
  2. Delete cells with spaces or other non-numeric characters that are referenced by any mathematical formulas in your spreadsheet. You can delete most of the cells with spaces or other non-numeric characters using the following steps:
    • Select the cell range which contains text strings.
    • Choose the Edit menu then the Find & Replace… sub-menu.
    • In the Find & Replace window, enter "^.*[^0-9\-.,].*$" (without quotes) in the Search For field.
    • Set the Replace With field to empty.
    • Click Other options or More options button.
    • Check the Regular expressions checkbox.
    • Set the Search in listbox to Values
    • Click Replace All.
Personal tools