Skip to main content

Questions tagged [spreadsheet]

3 votes
1 answer
313 views

As a personal project to learn key technologies, I am trying to build a spreadsheet on the cloud (something like Google Sheets). How would you design the storage backend to power something like this? ...
cydro's user avatar
  • 49
1 vote
0 answers
269 views

I am currently writing an application with the following structure: input: the equivalent of an excel workbook, i.e. a few tables with different headers and a few scalar values. They represent ...
Andreas's user avatar
  • 19
4 votes
2 answers
2k views

I need some help with the approach to a specific project. We have a large excel workbook with a ton of worksheets. There are many user inputs, which formula fields pull, return, repeat. This all ends ...
ZAR's user avatar
  • 231
3 votes
2 answers
173 views

Apologies if this doesn't make sense, English is not my first language. I'm working on an application where workflow is split into 'rules' that are defined on several pages of an Excel spreadsheet, a ...
blarg's user avatar
  • 151
0 votes
1 answer
572 views

I am creating a solution where I essentially put all rules regarding communication with customers (including automatic invoicing, reminder emails, welcome emails, etc.) into a Google Sheets and use ...
David's user avatar
  • 4,449
1 vote
1 answer
771 views

I have a very complex Java application which renders spreadsheet tables and summary documents in a window. These outputs are non standard in the sense that for instance the spreadsheet table isn't ...
dendini's user avatar
  • 214
3 votes
2 answers
346 views

I'm working on an application that is going to replace a rather large spreadsheet. The spreadsheet is used to budget purchases and things like that. It is the largest spreadsheet I have ever seen, and ...
Dan Walmsley's user avatar
2 votes
1 answer
498 views

I've been working in ASP.net for over three years now. The project I'm working on is designed with a 3-layer presentation/business/data design. The presentation layer is an ASP.net web site. The ...
Vivian River's user avatar
  • 2,417
5 votes
4 answers
321 views

When would you keep simple to medium-complex personal calculations in a spread sheet (Excel etc) and when would you write a small program or script for it? For example when you want to calculate what ...
LennyProgrammers's user avatar
9 votes
6 answers
4k views

A while ago I stumbled upon the concept of using spreadsheets (I mean cells and formulas not Macro code) as a way to specify programming logic. The idea is: create a spreadsheet with a cleanly defined ...
Paolo Bozzola's user avatar
4 votes
16 answers
18k views

I have been in computer business for 15 years in various roles (sysadmin, developer, researcher), and I have never encountered someone using excel for something more advanced than for formatting ...