Is it possible to set row height with respect to cell content, just like auto set col width in this example
TIA
TIA
Dim sheet As XLSheetWriter = DocWriter.CreateSheetWriterByIndex(0)
sheet.PutString(XL.AddressName("C3"), $"sld;kfjlksdjf
sdfkljskljdf
sdf
sdf ksldjf lksdfj "$)
sheet.SetStyle(XL.AddressName("C3"), DocWriter.CreateStyle.WrapText(True))
sheet.GetRow(XL.AddressName("C3")).Height = -1
I mean jexcel libraryI'm not sure what you mean with jXL
I wish for sooner B4A version.jPOI + XLUtils are B4J only libraries.