/lua-xlsx

Primary LanguageLua

Introduction

The module xlsx allows read access to .xlsx files.

Example

    require 'xlsx'

    local workbook = xlsx.Workbook(filename)