标签:span [] exception write rac tput tac str bytearray
try { ByteArrayOutputStream bos = new ByteArrayOutputStream(); workbook.write(bos); byte[] barray = bos.toByteArray(); InputStream is = new ByteArrayInputStream(barray); } catch (IOException e) { e.printStackTrace(); }
标签:span [] exception write rac tput tac str bytearray
原文地址:https://www.cnblogs.com/shihaiming/p/9860464.html