Hi
Is possibile Wrap text in a column value pivot ??
you are the best
thanks
Workbook workbook = new Workbook();
workbook.LoadFromFile("sample.xlsx");
Worksheet worksheet = workbook.Worksheets[0];
//set the header of column "A1" WrapText
worksheet.Range["A1"].Style.WrapText = true;
//set the header of column "C1" WrapText
worksheet.Range["C1"].Style.WrapText = true;
workbook.SaveToFile("result.xlsx");
System.Diagnostics.Process.Start("result.xlsx");
sheet.Range["D3"].IsWrapText = true;
ict@sogedin.it wrote:Nes of tihs case ??
//The "F10" is the location of the header of pivot column
sheet.Range["F10"].IsWrapText= true;