Data structure used for implementing spreadsheets

前端 未结 5 611
天命终不由人
天命终不由人 2020-12-31 10:29

What is the data structure used by spreadsheets program like ms-excel?

5条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-31 11:16

    While it is not exactly Excel, Open Office's Spreadsheet program is open source. It's a fairly large code base but nevertheless giving it a peek might give you a better understanding of how such an application is implemented:

    http://contributing.openoffice.org/programming.html

提交回复
热议问题