module XLSX

Overview

TODO Write documentation for XLSX

Defined in:

xlsx.cr

Constant Summary

VERSION = "0.1.0"

Class Method Summary

Class Method Detail

def self.cidx(cref : String) : Int #

[View source]
def self.cref(cidx : Int) : String #

[View source]
def self.idx(ref : String) #

[View source]
def self.ref(ridx : Int, cidx : Int) : String #

[View source]
def self.ridx(rref : String) : Int #

[View source]
def self.rref(ridx : Int) : String #

[View source]