https://bugs.documentfoundation.org/show_bug.cgi?id=166089
--- Comment #3 from [email protected] --- I encountered a similar problem, but with a different number of rows. The first time it was with about 270 rows and a warning similar to this was printed to standard error: warn:vcl:1096026:1096026:vcl/headless/svpvd.cxx:111: surface of size 85 by 34133 creation failed with status of: invalid value (typically too big) for the size of the input (surface, pattern, etc.) The numbers looked like pixels to me. The rows in my spreadsheet were pretty tall. I found that I can open an empty sheet, select A1:A2000, and the copy will fail. My default rows are 0.18 inches tall and my screen has 96 DPI, so that would be about 34,560 pixels. Coping 1900 rows succeeds, so a 16 bit signed integer is probably being overflowed. This was originally on Version: 24.8.7.2 (X86_64) / LibreOffice Community Build ID: 480(Build:2) CPU threads: 12; OS: Linux 6.12; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded The same happens on Version: 25.2.3.2 (X86_64) / LibreOffice Community Build ID: 520(Build:2) CPU threads: 12; OS: Linux 6.12; UI render: default; VCL: gtk3 Locale: en-US (en_US.UTF-8); UI: en-US Calc: threaded except the warning is not printed on standard error. -- You are receiving this mail because: You are the assignee for the bug.
