Origin 2026 SR1 Features

Origin 2026 SR1 Features

Data Handling

JIRA

SUMMARY

DESCRIPTION

DETAILS

JIRA

SUMMARY

DESCRIPTION

DETAILS

ORG-31649

Support Keep Excel Formula in German

Allow Keep Excel Formula in German version

In Sr0, the Keep Excel Formula context menu is hidden in German version because Excel localizes the function names in Germany. So when copying and pasting such formula into Origin will result in #NAME? error most time since Origin doesn’t recognize them.

Now this menu is available in 2026 Sr1. User can change the Excel office display language to be English first before copying.

ORG-32614

Update reference range when pasting Excel formula

Always update reference range when paste Excel formula

For function name is unknown to Origin, or formula using named range, when paste keep Excel formula to Origin, the reference range use in the formula can be updated correctly according to the pasted cell location now in 2026 Sr1.

ORG-32560

Flash Fill Percentage

Flash Fill support detect percentage value

Suppose the text data in column A is like below,
November 2025 / 80% / MUL
March 2026 / 50% / Situla
February 2026 / 75% / SOP
December 2025 / 75% / MA SIT

Type “80%” or “0.8” in B1 and press Enter can detect pattern and support flash fill now, and the result can auto display with the “%” symbol.

ORG-32577

Flash Fill Support More Separator

More separators are supported in Flash Fill

Improve the Flash Fill to support text separated by Pipe(|), Number Sign(#), and Backslash(\).

For example, suppose the text data in column A is like below,
Zwei Zahlen |125| im |908| Text
Zwei Zahlen |126| im |352355| Text
Zwei Zahlen |127| im |341,321| Text
Zwei Zahlen |128| im |23465,48| Text

Type 908 in B1, press Enter and you can see Flash Fill will find the number value in the 4th token separated by pipe(|).

ORG-32090

Support comment out text with leading quote

Excel like leading quote to treat cell content as Text

Add a leading quote before cell formula, numeric value, and TRUE/FALSE to prevent formula evaluation or number formatting.

For example,

Type '=A1 in a cell then it will show as “=A1” instead of formula result of A1.
Type 'True or 'False will show as “True”/“False” instead of TRUE/FALSE binary value.
Type '100000000 will show as “100000000” instead of “1E8”.