main
黄海 2 years ago
parent ac2d001b96
commit 9ea9a9a32b

@ -92,7 +92,7 @@ public class AsposeUtil {
* @return
*/
public static void getLicense() throws IOException {
InputStream is = com.aspose.cells.License.class.getResourceAsStream("/com.aspose.cells.lic_2999.xml");
InputStream is = com.aspose.cells.License.class.getResourceAsStream("/com.aspose.cells.lic.xml");
License asposeLicense = new License();
asposeLicense.setLicense(is);
is.close();

Loading…
Cancel
Save