Converts width displayed by Excel to width that should be written into file.
double evaluateFileColumnWidth(double realWidth) { return book.widthToFileWidth(realWidth); }