private static string GetSharedStringsPath()
 {
     return(XlsxTestUtil.GetXMLFilePath("sharedStrings.xml"));
 }
 private static string getWorkbookPath()
 {
     return(XlsxTestUtil.GetXMLFilePath("workbook.xml"));
 }
 private static string getStylesPath()
 {
     return(XlsxTestUtil.GetXMLFilePath("styles.xml"));
 }