Translations:Macros/Python Guide/Calc/Calc sheets/54/es

    From The Document Foundation Wiki
       desktop = app.create_instance('com.sun.star.frame.Desktop', True)
       path = 'private:factory/scalc'
       doc = desktop.loadComponentFromURL(path, '_default', 0, ())