Exception in thread "main" com.alibaba.excel.exception.ExcelGenerateException: java.lang.ExceptionInInitializerError
时间: 2023-11-06 20:39:48 浏览: 183
解决出现 java.lang.ExceptionInInitializerError错误问题
This error message indicates that an exception occurred while attempting to generate an Excel file using the Alibaba Excel library. The cause of the exception is a Java initialization error that occurred within the code being executed.
To resolve this issue, you should review the code that is using the Alibaba Excel library to generate the Excel file and look for any initialization errors that may be causing the issue. You may also want to check the version of the Alibaba Excel library that you are using to ensure that it is compatible with your code.
阅读全文