Home  >  Q&A  >  body text

java - 使用poi可一为excel新增列吗

如图,我可以使用poi(HSSFSheet)在model列前面新增一列吗?

PHP中文网PHP中文网2741 days ago499

reply all(1)I'll reply

  • 黄舟

    黄舟2017-04-18 10:11:16

    It seems that you can only use shiftRows to move the subsequent ones and then create.
    It is similar to the operation of inserting a piece of data into an array

    reply
    0
  • Cancelreply