├── .github └── workflows │ └── flat.yaml ├── LICENSE ├── README.md ├── mobile-connectivity.csv ├── mobile-connectivity.xlsx └── postprocess.ts /.github/workflows/flat.yaml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubocto/flat-demo-xlsx/HEAD/.github/workflows/flat.yaml -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubocto/flat-demo-xlsx/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubocto/flat-demo-xlsx/HEAD/README.md -------------------------------------------------------------------------------- /mobile-connectivity.csv: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubocto/flat-demo-xlsx/HEAD/mobile-connectivity.csv -------------------------------------------------------------------------------- /mobile-connectivity.xlsx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubocto/flat-demo-xlsx/HEAD/mobile-connectivity.xlsx -------------------------------------------------------------------------------- /postprocess.ts: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/githubocto/flat-demo-xlsx/HEAD/postprocess.ts --------------------------------------------------------------------------------