You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We could support Microsoft Access and eventually Microsoft Word as well by creating a context-aware RestWebController, which internally uses e.g. the WorkbookWebController if the macro's run in Microsoft Excel.
The backends should behave like the WorkbookWebController currently does:
return a JsonObject or JsonArray
resolve relationships using fk_<table> keys
automatically create REST endpoints based on the backend's structure (e.g. worksheets in Excel, database tables in Access)
The build script needs to be adjusted for that as well. Maybe we can use yeoman or a project file (e.g. webxcel.json) specifying the build process.
The text was updated successfully, but these errors were encountered:
We could support Microsoft Access and eventually Microsoft Word as well by creating a context-aware
RestWebController
, which internally uses e.g. theWorkbookWebController
if the macro's run in Microsoft Excel.The backends should behave like the
WorkbookWebController
currently does:JsonObject
orJsonArray
fk_<table>
keysThe build script needs to be adjusted for that as well. Maybe we can use yeoman or a project file (e.g.
webxcel.json
) specifying the build process.The text was updated successfully, but these errors were encountered: