Skip to content
This repository has been archived by the owner on Mar 9, 2020. It is now read-only.

Error: Requested value 'baseline' was not found. #69

Closed
paaresh opened this issue Nov 24, 2017 · 5 comments
Closed

Error: Requested value 'baseline' was not found. #69

paaresh opened this issue Nov 24, 2017 · 5 comments

Comments

@paaresh
Copy link

paaresh commented Nov 24, 2017

I got Error "Requested value 'baseline' was not found." while saving XLSX file after editing file.
The error is because "baseline" is not available in enum ExcelVerticalAlignmentFont. I have attached screenshot for error line.
I observe this error occurs only while editing xlsx file created by some other library.

public enum ExcelVerticalAlignmentFont
{
    None,
    Subscript,
    Superscript
}

xlsx_1

@KarenArzumanyan
Copy link

I confirm this problem.
I had the same exeption when opening a file created by ClosedXML.

@Hex-99
Copy link

Hex-99 commented Feb 27, 2018

This issue appears to be resolved in (at least) v4.5. @paaresh Have you tested on 4.5?

@KarenArzumanyan
Copy link

KarenArzumanyan commented Feb 27, 2018

Unfortunately, I can not now. :(
Maybe paaresh can.

@paaresh
Copy link
Author

paaresh commented Mar 1, 2018

@KarenArzumanyan , I need check again with new version.

@JanKallman
Copy link
Owner

Fixed in 4.5.1

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants