usecase · Nov 29, 2021

Spreadsheet? More than a spreadsheet.

Stella Wu
Marketing, Keikai.

Spreadsheets have been out for more than 40 years, but are still beloved by experts in all fields dealing with numbers, forecast, finance, and all kinds of data analysis, crediting its unique value - allowing users to compute and analyze data without having to program.

During these 40 years, the internet, web, ajax, mobile, and front-end technologies have evolved way further, while the spreadsheet, either being offline or online, stays pretty much the same in terms of its functionality and look & feel.

Here comes the question: Can we expect more from today’s modern spreadsheet than the classic Excel or google sheets?

In this talk, we are going to look at several use cases combining the best of both worlds - the spreadsheet and the evolving Web.

One shoe will not fit everyone. One CELL will not fit everything.

Spreadsheets are useful for arranging data and charts most of the time, but we would also encounter situations where we need to include long text, images, or other supplemental information to explain what’s going on in the cells and formulas.

With a traditional spreadsheet, we would try to fit this supplemental information in a cell, a cell comment, another sheet, or adding a link going to an external application. But what if we can seamlessly display this information on the same view?

Read more to learn how you can slide in an HTML panel or pop up a window right on your sheet: Give your classic spreadsheet a modern touch

Bring in intuitive web input experience

When rating on a website, we would expect to click on a row of stars or smilies. When selecting the budget range on a booking site, we would expect to see a slider where we can drag the handle to specify the desired range. But when it comes to working on a spreadsheet, it’s just a big table and all we can do is input numbers.

Here, one twist we can add to Keikai and improve user experience is intuitive input controls. Through mapping data with appropriate controls, Keikai could help to integrate intuitive input controls into a spreadsheet. To learn more about how to incorporate the functionalities, please visit: Bringing intuitive input controls to the web spreadsheet user experience with Java.

Visualize formula dependencies

The core value of a spreadsheet lies in its ability to perform formula calculations, and the majority of spreadsheet users are doing their finance or forecasting models based on these formulas. Excel does have a built-in tool allowing you to track the dependent and ascendant of the formulas. However, there’s no convenient way of looking at the overall relationships between the formulas.

By integrating a Listbox, we can see all dependencies in a table. By integrating a Network Chart, we can easily display the formula dependencies in a chart. Isn’t it amazing? Read more on: How I Visualize My Spreadsheet Formula Dependencies in a Chart.

Leverage Java power & maximize the efficiency

A staple of Excel “search and retrieve” formula is VLOOKUP. It is a reasonable formula to use in isolation, but for the purpose of filtering and merging a large set of values, it has a major issue: each cell using this formula will multiply the processing time. A simple way of thinking about it is that if a single VLOOKUP takes X milliseconds to complete, a sheet with N Cells using VLOOKUP will use (X)N milliseconds to complete.

Now, Keikai’s Java server reliance allows you to run java code on sheet events and implement efficient algorithms instead of using Excel’s built-in chaining functions. This means we can create efficient workflows that make full use of both the relations between cells in the sheet and the power of a full coding language. Read more: Excel UI with Java flexibility: merging spreadsheet data in Keikai.

Summary

We hope these examples inspire you to think out of the box when leveraging the best of spreadsheets and the Web. Creativity is unlimited and Keikai is the shortcut!