https://bz.apache.org/bugzilla/show_bug.cgi?id=61905

--- Comment #8 from Davide Angelocola <[email protected]> ---
Thanks for looking into this.

POI:
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main";> 
  <dimension ref="A1"/>
  <sheetViews>
    <sheetView workbookViewId="0" tabSelected="true">
      <selection activeCell="E11" sqref="E11"/>
    </sheetView>
  </sheetViews>
...

Excel:
<worksheet xmlns="http://schemas.openxmlformats.org/spreadsheetml/2006/main";> 
  <dimension ref="A1:I30"/>
  <sheetViews>
    <sheetView workbookViewId="0">
      <selection activeCell="E11" sqref="E11"/>
    </sheetView>
 </sheetViews>

Perhaps E11 is outside dimension?

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to