Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[20210311] IntelliJ 단축키, Java poi workbook 의존성.. #64

Open
JuHyun419 opened this issue Mar 11, 2021 · 0 comments
Open

[20210311] IntelliJ 단축키, Java poi workbook 의존성.. #64

JuHyun419 opened this issue Mar 11, 2021 · 0 comments
Labels
IDE Integration Development Environment Java

Comments

@JuHyun419
Copy link
Owner

IntelliJ 단축키

  • Alt + J ==> 같은 단어 선택
  • Alt + Shift + 좌클릭 ==> 멀티 커서
  • Ctrl + Alt + 방향키 좌우 ==> 이전에 작업하던 화면으로 이동

Java poi workbook --- SXSSF, HSSF

  • 기존 대용량 데이터의 엑셀을 다운로드할 때 HSSF, XSSF의 경우 OOM(Out Of Memory)가 발생했었음
  • 따라서 SXSSFWorkbook 을 사용하려 했으나...
  • 기존 엔진 서버에 올라가있는 라이브러리의 버전으로 인해....
  • HSSF를 사용함..
  • 구 버전에는 DocumentImpl의 getXmlStandalone() 메서드가 없음..
    image
@JuHyun419 JuHyun419 added IDE Integration Development Environment Java labels Mar 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
IDE Integration Development Environment Java
Projects
None yet
Development

No branches or pull requests

1 participant