由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
Programming版 - 请教:apache-poi SXSSF data validation
相关主题
现在写东西真无聊DL相关职位求内推
请大家推荐c#和Java的书请教几个C++问题
请教Node.js 应用的安全问题Synthesized Constructor到底什么意思?
Question of building apache module.[合集] 又学了一招
Question of apache module请教个Bloomberg 的 C++ 题目
统计那拨人可以学java,pythonIs the order of initialization a, b, c or c, b, a?
Web Service怎么让多个api call share 同一个 connection ??一个c++ constructor的问题, thanks
请教Java高手:如何运行OLTU OAUTH2.0 Server?question about Design Patterns
相关话题的讨论汇总
话题: sxssf话题: validation话题: data话题: poi
进入Programming版参与讨论
1 (共1页)
s*******1
发帖数: 92
1
Because we have large datasets we use the SXSSFWorkBook API. For creating a
formulalistconstraint we tried to use XSSFDataValidationHelper. However the
class XSSFDataValidationHelper only takes XSSFSheet as input in the
constructor. How can i pass the SXSSFSheet instead to this data validation
helper class?
stackoverflow 有人问了,但没有人回答
s*******1
发帖数: 92
2
自己顶下
SXSSF worksheet不行, 还是用XSSFDataValidationHelper。 新问题来了,drop down
list里面有几百个 items,结果Excel就报错 Excel found unreadable contents. 如
果几个是个items就可以,不知道这个excel有限制吗?
v******y
发帖数: 84
3
多大的文件?excel只能读一百万行,column有几百个肯定,没有问题
你可以用c++,java,python读个几千万行看看是啥内容?
1 (共1页)
进入Programming版参与讨论
相关主题
question about Design PatternsQuestion of apache module
c++ question统计那拨人可以学java,python
what is the difference?Web Service怎么让多个api call share 同一个 connection ??
问个构造函数的问题请教Java高手:如何运行OLTU OAUTH2.0 Server?
现在写东西真无聊DL相关职位求内推
请大家推荐c#和Java的书请教几个C++问题
请教Node.js 应用的安全问题Synthesized Constructor到底什么意思?
Question of building apache module.[合集] 又学了一招
相关话题的讨论汇总
话题: sxssf话题: validation话题: data话题: poi