KO
|
EN
gitlite — search
Search
#typescript
#ai-agents
#ai
#dsh-plugin
#deepseek-harness
#open-source
#cli
#claude-code
#codex
#developer-tools
#react
#windows
xls
★ 354
Open GitHub ↗
Pure Golang xls library
Download README (.md)
Explore Similar Repositories
redis-streams-fastapi-chat
:
A simple Redis Streams backed Chat app using Websockets, Asyncio and FastAPI/Starlette.
WeDot
:
WeDot 是一个专注于技术和用户体验的多平台 2D 与 3D 游戏引擎,开发者可以把注意力集中在游戏开发本身,而非繁杂的技术细节。
create-t3-turbo-ai
:
Build full-stack, type-safe, LLM-powered apps with the T3 Stack, Turborepo, OpenAI, and Langchain
fastapi-genesis
:
FastAPI project Template generator to make your life easier 🧬 🚀
kafka-connect-oracle
:
Kafka Source Connector For Oracle
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
xls
?
Download (.md)
# xls [](https://godoc.org/github.com/extrame/xls) Pure Golang xls library writen by [Rongshu Tech (chinese)](http://www.rongshu.tech), based on libxls. Thanks for contributions from Tamás Gulácsi @tgulacsi, @flyin9. # Basic Usage * Use **Open** function for open file * Use **OpenWithCloser** function for open file and use the return value closer for close file * Use **OpenReader** function for open xls from a reader, you should close related file in your own code * Follow the example in GoDoc