类 LongestMatchColumnWidthStyleStrategy

java.lang.Object
com.sh.wf.excel.write.style.column.AbstractColumnWidthStyleStrategy
com.sh.wf.excel.write.style.column.LongestMatchColumnWidthStyleStrategy
所有已实现的接口:
Handler, NotRepeatExecutor, CellWriteHandler, WriteHandler

public class LongestMatchColumnWidthStyleStrategy extends AbstractColumnWidthStyleStrategy
Take the width of the longest column as the width.

This is not very useful at the moment, for example if you have Numbers it will cause a newline.And the length is not exactly the same as the actual length.