Properly encode XML entities
A very lightweight XLSX writer to write plain Excel files.
This initial implementation is a Swift rewrite of https://github.com/kasparsd/mini-sheets-php
The goal of this library is to stay very lightweight, without any C dependency, a more complete solution like https://github.com/damuellen/xlsxwriter.swift
版权所有:中国计算机学会技术支持:开源发展技术委员会 京ICP备13000930号-9 京公网安备 11010802032778号
TGLXLSXWriter
A very lightweight XLSX writer to write plain Excel files.
This initial implementation is a Swift rewrite of https://github.com/kasparsd/mini-sheets-php
Goals
The goal of this library is to stay very lightweight, without any C dependency, a more complete solution like https://github.com/damuellen/xlsxwriter.swift
TODO