Add some overload members

This commit is contained in:
Debao Zhang
2013-11-05 12:47:00 +08:00
parent 470abc6453
commit fa83c2d005
4 changed files with 209 additions and 10 deletions
+2
View File
@@ -57,6 +57,8 @@ public:
Format *createFormat();
int write(const QString &cell, const QVariant &value, Format *format=0);
int write(int row, int col, const QVariant &value, Format *format=0);
QVariant read(const QString &cell) const;
QVariant read(int row, int col) const;
int insertImage(int row, int column, const QImage &image, double xOffset=0, double yOffset=0, double xScale=1, double yScale=1);
int mergeCells(const CellRange &range, Format *format=0);
int mergeCells(const QString &range, Format *format=0);