summaryrefslogtreecommitdiffstats
path: root/src/Client/XLSSheet.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Client/XLSSheet.h')
-rw-r--r--src/Client/XLSSheet.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Client/XLSSheet.h b/src/Client/XLSSheet.h
index 0960fc0..8cd06e2 100644
--- a/src/Client/XLSSheet.h
+++ b/src/Client/XLSSheet.h
@@ -80,6 +80,10 @@ class MAD_CLIENT_EXPORT XLSSheet : private boost::noncopyable {
return colNames[col];
}
+ void setColumnName(unsigned col, const Core::String &name) {
+ colNames[col] = name;
+ }
+
const std::vector<RowType>& getRows() const {
return rows;
}