Poi - Related information

  • How easypoi merges cells

    after reading the document, it is said to add @ Excel (needMerge=true) to the fields that need to be juxtaposed on the entity class. I don t know how to set the juxtaposition data relationship. There are few examples on the Internet. Which god can give ...

    Poi
    Dec.07,2021
  • Java exported Excel to browser timed out

    timeout passed to the browser due to slow query speed or large amount of data because the default connection timeout for HTTP requests is 30 seconds, do you have any good methods? POI used by the development package ...

    Aug.11,2021
  • The style of the poi cell

    How can the cell style be implemented in poi? There are many spaces between "date " and "Party A " ...

    Apr.09,2021
  • Java POI implements the excel table drop-down box to select a value, and another cell to automatically fill in the content.

    suppose there is item number P1PowerP2and its price 10d20, the first column of the excel table generated by is a drop-down list, the median value of which is P1 or P2, select P1, the first row and the second column automatically populate the price 10 ...

    Mar.23,2021
  • Poi generates PPT to create a table how to set the width and height of the table

    the code is as follows: File f = new File("D: demo.pptx"); InputStream in = new FileInputStream(f); XMLSlideShow slideShow = new XMLSlideShow(in); XSLFSlideLayout layOut = slideShow.getSlideMasters()[0].getLayout(S...

    Mar.21,2021
  • Delete row operation Minumum row number is 0 on poi export

    java.lang.IllegalArgumentException: Minumum row number is 0 error is reported when exporting excel data specific errors are as follows: 17 47 16 46 15 45 14 44 13 43 12 42 java.lang.IllegalArgumentException: Minumum row number is 0 at org.apache.p...

    Mar.16,2021
  • How java converts word documents of type xml to documents of type word

    my requirements are like this: word document type is xml, open with a text editor to see the following code (I only copied the header part of the code) how java can convert it to word type doc documents, Apache s poi seems to only convert word docume...

    Mar.12,2021
  • What is the reason for poi reading word error?

    error message: Caused by: org.apache.xmlbeans.XmlException: Element themeManager@ http: schemas.openxmlformats. is not a valid document@ http: schemas.openxmlformats. document or a valid substitution. error code: XWPFDocument doc = new XWPFDocume...

    Poi
    Mar.11,2021
  • How does poi replace variables in word?

    I have a paragraph in word Xxxxxxxxxxxxxxxxxxxxxxxx$ {name of tendering agency}, dididdxxxxxxxxxxxx test ${name of tendering agency}. I want to replace the ${} package variable with the actual value when reading the paragraph using poi, I cannot read...

    Poi
    Mar.04,2021
  • Use apache poi to update the chart in pptx, the ordinate range is not updated

    The requirement is to take a pptx file and update the charts in some slides based on the data in other excel. question: updating the data in the chart does not automatically update the range of ordinates, resulting in display problems the prob...

    Mar.04,2021
  • Java read excel file report Duplicate PageSettingsBlock record (sid=0x29) error

    < H1 > question < H1 > poi reports an Duplicate PageSettingsBlock record exception when reading the xls file exported by the company s reporting system. org.apache.poi.hssf.record.RecordFormatException: Duplicate PageSettingsBlock record (sid=0x29) ...

    Feb.28,2021
  • MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
    MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b3a730-4d8b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    MySQL Errno : 1021
    Message : Disk full (/tmp/#sql-temptable-64f5-1b3a730-4d8b2.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
    Need Help?