Skip to content

Commit

Permalink
Merge pull request #143 from KorzhCom/dev
Browse files Browse the repository at this point in the history
Version 1.4.8 of .NET part
  • Loading branch information
korzh authored Jun 21, 2022
2 parents 86b66b0 + 21a6f3e commit ccf4762
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,10 @@ Task WriteRowAsync(EasyDataRow row, bool isExtraRow = false,
}
}

cell.DataType = excelDataType;
cell.Value = value;

// setting the cell's format
cell.DataType = excelDataType;
var cellFormat = GetCellFormat(excelDataType, column.DataType, mappedSettings, dfmt);
if (!string.IsNullOrEmpty(cellFormat)) {
if (excelDataType == XLDataType.Number) {
Expand Down
6 changes: 3 additions & 3 deletions easydata.net/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"assemblyVersion": "1.4.7.3",
"packageVersion": "1.4.7",
"assetVersion": "01_04_07"
"assemblyVersion": "1.4.8.1",
"packageVersion": "1.4.8",
"assetVersion": "01_04_08"
}

0 comments on commit ccf4762

Please sign in to comment.