Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
gnumeric
Commits
c9f96e0d
Commit
c9f96e0d
authored
Jan 05, 2021
by
Morten Welinder
Browse files
ods: fix import problem with irregular sheet size.
parent
ec7c3e10
Changes
2
Hide whitespace changes
Inline
Side-by-side
NEWS
View file @
c9f96e0d
...
...
@@ -19,6 +19,7 @@ Morten:
* Use 1us resolution for NOW. [#549]
* Fix ssconvert sheet selection for csv. [#555]
* Test suite improvements.
* Fix ods import problem with irregular sheet sizes.
--------------------------------------------------------------------------
Gnumeric 1.12.48
...
...
plugins/openoffice/openoffice-read.c
View file @
c9f96e0d
...
...
@@ -14128,6 +14128,10 @@ openoffice_file_open (G_GNUC_UNUSED GOFileOpener const *fo, GOIOContext *io_cont
max_rows
=
sot
->
rows
;
l
=
l
->
next
;
}
if
(
!
gnm_sheet_valid_size
(
max_cols
,
max_rows
))
gnm_sheet_suggest_size
(
&
max_cols
,
&
max_rows
);
l
=
state
.
sheet_order
;
while
(
l
!=
NULL
)
{
sheet_order_t
*
sot
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment