python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Excel to json in java
Is there any ready function to convert a excel to json in java? I have investigated use of Apache POI, but it loops through the worksheet, rows and then creates a list out of it and then converts it t...
User
Votes: 0
Answers: 0
Apache-poi protect sheet locks sheet from autofilter when using Excel O365, but not when using LibreOffice
The issue
I am trying to create and populate an Excel sheet while locking specific columns and adding autofilter to the header rows.
The application currently generates the Excel sheet with the correc...
Zaccie
Votes: 0
Answers: 0
Copy slideshow slides to new slideshow including master and box locations(Apache POI)
Is there any way to completely copy a slide from one slideshow to another slideshow including all of the box locations, colors, fonts, etc.?
Referencing the cookbook I have the below
private void ...
nanotek
Votes: 0
Answers: 1
How to add Classes for CommentsExtended.xml & CommentsExtensible.xml to POI 3.14
I know that POI only supports XSD of 2007 but CommentsExtended.xml & CommentsExtensible.xml were introduced in 2012. But I need to add this functionality in POI & use it in our end. I have dow...
logesh ramasamy
Votes: 0
Answers: 1