evaluateFileColumnWidth method

double evaluateFileColumnWidth(
  1. double realWidth
)

Converts width displayed by Excel to width that should be written into file.

Implementation

double evaluateFileColumnWidth(double realWidth) {
  return book.widthToFileWidth(realWidth);
}