Use of Spreadsheet Widget in Salesforce (Lightning Aura Component)

I’m attempting to use the Spreadsheet widget within a Lightning Aura Component in Salesforce, using some of the examples as a basis. I’ve included the necessary scripts and stylesheets, but am unsure how one can make the widget visible within a component. I have included the webix.ui call within my controller, and the method is called from the afterScriptsLoaded handler of the ltng:require component. I suspect that the locker service may be interfering (since it severely limits interactions with the DOM).

Is it possible to use the Spreadsheet component within a Lightning Aura Component, and if so, can anyone point me in the right direction?