https://bugs.freedesktop.org/show_bug.cgi?id=79087

pierre-yves samyn <pierre-yves.sa...@laposte.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
                 CC|                            |pierre-yves.samyn@laposte.n
                   |                            |et

--- Comment #3 from pierre-yves samyn <pierre-yves.sa...@laposte.net> ---
Hi

I reproduce on windows 7/64 & Version: 4.2.4.2
Build ID: 63150712c6d317d27ce2db16eb94c2f3d7b699f8

I do *not* reproduce with Version: 4.3.0.0.beta1
Build ID: 2e39c7e59c8fc8b16a54c3d981dceef27fb0c07f

The bug seems solved so I close the Issue. Thank you for reporting.

In the meantime you can use the following workaround:

Sub InsertSheet
   Doc = ThisComponent
   Doc.Sheets.insertNewByName("TestSheet", Doc.Sheets.count)
   TestSheet = Doc.Sheets.getByName("TestSheet")
   Cell = TestSheet.getCellByPosition(1,6)
   Cell.String = "Hello World - on TestSheet"
End Sub

Regards
Pierre-Yves

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
Libreoffice-bugs mailing list
Libreoffice-bugs@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-bugs

Reply via email to