Search results for query: *

  1. Sachin Patil

    Question Read and Write range with existing data format in excel?

    I am trying to read range from excel and writing or appending in another sheet using Microsoft.Office.Interop.Excel in c#. While writing or appending data existing data format is not copy like number, text, currency and date etc. If data type is currency then it convert into text or general...
  2. Sachin Patil

    Answered How to get pivot table range using Closedxml worksheet?

    I am writing code for get pivot table range using ClosedXML library. Using below code I am getting source data range but not getting table range. Eg. IXLPivotTable xLPTable = this.CurrentWorksheet.PivotTable(tblName); return xLPTable.SourceRange.ToString(); Is there other way to get pivot...
Back
Top Bottom