diff --git a/xlsx.d b/xlsx.d index 5c16f08..32d3a17 100644 --- a/xlsx.d +++ b/xlsx.d @@ -886,6 +886,10 @@ struct CellReference { return CellReference(ret); } + string toString() { + return name; + } + int toColumnIndex() { size_t endSlice = name.length; foreach(idx, ch; name) {