Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JIRASUMMARYDETAILS

ORG-20444

Import CSV file with custom date format is very slow

ORG-20145

Graph labels Numeric separator fails to keep page setting when exporting raster formats

For example,

  1. In EOS, in Preferences: Options dialog, on Numeric Format tab, Separators is 1.000,0 (as GOS Windows default setting). 
  2. In Graph, double click the plot and go to Page level. Set Numeric separator to be 1,000.0 so they are different from Preferences: Options dialog. 
    -->Axis tick labels show as 1,000.0 formats.
  3. Export the graph as raster formats, like png, bmp, jpg, gif, pcx,psd, tga, tif
    ==>Axis tick labels show as 1.000,0 formats.

Note:
The bug was introduced in Origin 2018 when we added Numeric separator control in Graph Page level. It also exists for numeric data labels.


ORG-20573

CSV Connector only import 100 columns of data if column delimiter is comma

ORG-20679

Export Excel File Only Keep First User Parameter LineIf user has many user-defined parameter rows above data, after exporting to Excel, only 1st user-defined parameter row is kept.
 ORG-20074Export Excel failed in Column List View

Fixed in Origin2020.

1. New a workbook and fill it with data.
2. Ctrl + W to Column List View.
3. Select menu Export: Excel to open dialog, enter name and click OK to export.
4. Open the exported Excel book.
==> It has no data


Analysis

JIRASUMMARYDETAILS

ORG-21008

Origin crashed if global fit with fix specific parameter

This bug was introduced since Origin 2018b.

Steps to see the issue:

  1. Select multiple data and open Nonlinear Curve Fit dialog.
  2. Pick a fitting function.
  3. Set Multi-Data Fit Mode as Global Fit.
  4. Go to Parameters tab, check fix checkbox on some parameters.
  5. Click Fit button.

==> Origin not responding or crashes

...