This issue is unique.
Operating System of DocumentServer
Docker
Version information
9.4.0
Expected Behavior
Rows with values starting with 123 should be displayed:
Actual Behavior
All rows are hidden and the filtered result is empty.
Reproduction Steps
- Open a spreadsheet in OnlyOffice Spreadsheet Editor.
- Create a column containing numeric values, for example:
ID
--
12345
12399
45678
- Enable Auto Filter.
- Open the filter menu for the numeric column.
- Choose Custom Filter → Begins with.
- Enter
123. - Apply the filter.
Additional information
The same filter works correctly on text columns.
If the numeric values are converted to text, the filter behaves as expected.
This suggests that the "Begins with" operator may not correctly handle numeric cell types or may be applying string matching only to text-formatted cells.
This issue is unique.
Operating System of DocumentServer
Docker
Version information
9.4.0
Expected Behavior
Rows with values starting with 123 should be displayed:
Actual Behavior
All rows are hidden and the filtered result is empty.
Reproduction Steps
- Open a spreadsheet in OnlyOffice Spreadsheet Editor.
- Create a column containing numeric values, for example:
ID -- 12345 12399 45678123.Additional information
The same filter works correctly on text columns.
If the numeric values are converted to text, the filter behaves as expected.
This suggests that the "Begins with" operator may not correctly handle numeric cell types or may be applying string matching only to text-formatted cells.