The Wayback Machine - https://web.archive.org/web/20200717163740/https://github.com/topics/excel
Skip to content
#

excel

Here are 2,787 public repositories matching this topic...

sheetjs

使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览
  • Updated Jun 30, 2020
  • Java
freb
freb commented Apr 27, 2020

When creating a document, things get a little annoying once you start working with tables. I think one of the main annoyances is that once you have a table in the document, you cannot continue adding content after you've inserted the table. Instead you have to do something like:

p1 := doc.AddParagraph()
pAfterTable := doc.InsertParagraphAfter(p1)
table := doc.InsertTableAfter(p1)

//

Improve this page

Add a description, image, and links to the excel topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the excel topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.