Hi all, This is a part of Chatbot Blog series and focuses on how to build Chat Assistant Widget in Fiori using Freestyle UI5.The Chat Assistant in Industry is way more complex and has tons of features, I am trying to keep the focus of this blog on bu...
Hi All,This is part 4 of the blog series and focus of this blog will be on UI5-tooling to add third party libraries to the project, exporting multiple tables as multiple worksheets of single excel file.Check out Part 1, Part 2 and Part 3 before jump...
Hi All, This is part 3 of the blog series and focus of this blog will be on making tables editable, option to add new worksheets and applying CSS to change look and feel of it. Check out Part 1 and Part 2- before jumping to this blog.After completin...
I am starting a small blog series on how to build an excel editor. This might help if you are learning freestyle UI5 development and working with Files.This is part 2 of the blog series and focus of this blog will be on applying custom CSS to the app...
I am starting a small blog series on how to build an excel editor. This might help if you are learning freestyle UI5 development and working with Files.When working with Excel and dynamic table creation, you cannot hardcode names and number of colum...
Hi @Marian_Zeis ,Thank you for taking time to go through the blog and providing your valuable feedback.Sure, I will create a github repo with entire code. It is just that there few more features for which I wanted to write blog first. I'll do it ASAP...
The reason is that Shorthand for customdata does not write those attributes to DOM.https://ui5.sap.com/#/topic/1ef9fefa2a574735957dcf52502ab8d0 To set the writeToDom flag in XML views, the aggregation has to be written in expanded notation. I am a...