InvalidOperationException: Cannot get a text value from a numeric cell
NPOI.HSSF.UserModel.HSSFCell.get_RichStringCellValue ()
NPOI.HSSF.UserModel.HSSFCell.get_StringCellValue ()
Utage.ExcelParser.ReadSheet (ISheet sheet, System.String path, Char ignoreSheetMark) (at Assets/Utage/Editor/Scripts/ExcelParser.cs:89)
Utage.ExcelParser.ReadBook (IWorkbook book, System.String path, Char ignoreSheetMark, Utage.StringGridDictionary gridDictionary) (at Assets/Utage/Editor/Scripts/ExcelParser.cs:60)
Utage.ExcelParser.Read (System.String path, Char ignoreSheetMark) (at Assets/Utage/Editor/Scripts/ExcelParser.cs:43)
Utage.AdvExcelImporter.ReadExcels (System.Collections.Generic.List`1 pathList) (at Assets/Utage/Editor/Scripts/Menu/ScenarioData/AdvExcelImporter.cs:96)
Utage.AdvExcelImporter.ImportChapter (System.String chapterName, System.Collections.Generic.List`1 pathList, Boolean checkTextCount) (at Assets/Utage/Editor/Scripts/Menu/ScenarioData/AdvExcelImporter.cs:70)
Utage.AdvExcelImporter+<Import>c__AnonStorey0.<>m__0 (Utage.ChapterData x) (at Assets/Utage/Editor/Scripts/Menu/ScenarioData/AdvExcelImporter.cs:58)
System.Collections.Generic.List`1[Utage.AdvScenarioDataProject+ChapterData].ForEach (System.Action`1 action) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Collections.Generic/List.cs:361)
Utage.AdvExcelImporter.Import (Utage.AdvScenarioDataProject project) (at Assets/Utage/Editor/Scripts/Menu/ScenarioData/AdvExcelImporter.cs:58)
Utage.AdvScenarioDataBuilderWindow.Import (System.String[] importedAssets) (at Assets/Utage/Editor/Scripts/Menu/ScenarioData/AdvScenarioDataBuilderWindow.cs:112)
Utage.AdvExcelImporter.OnPostprocessAllAssets (System.String[] importedAssets, System.String[] deletedAssets, System.String[] movedAssets, System.String[] movedFromAssetPaths) (at Assets/Utage/Editor/Scripts/Menu/ScenarioData/AdvExcelImporter.cs:23)
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:222)
Rethrow as TargetInvocationException: Exception has been thrown by the target of an invocation.
System.Reflection.MonoMethod.Invoke (System.Object obj, BindingFlags invokeAttr, System.Reflection.Binder binder, System.Object[] parameters, System.Globalization.CultureInfo culture) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MonoMethod.cs:232)
System.Reflection.MethodBase.Invoke (System.Object obj, System.Object[] parameters) (at /Users/builduser/buildslave/mono/build/mcs/class/corlib/System.Reflection/MethodBase.cs:115)
UnityEditor.AssetPostprocessingInternal.PostprocessAllAssets (System.String[] importedAssets, System.String[] addedAssets, System.String[] deletedAssets, System.String[] movedAssets, System.String[] movedFromPathAssets) (at /Users/builduser/buildslave/unity/build/Editor/Mono/AssetPostprocessor.cs:27)