سؤال

I am trying to wrap a value in a cell using EPPlus and VB.net / ASP.Net
Have anyone been able to do this? I searched SO & google, but no luck.

هل كانت مفيدة؟

المحلول

This will wrap the value of a cell (EPPlus 3.0.0.2) c# code:

workSheet.Cells[1, 1].Style.WrapText = true;
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top