Chen

Results 20 issues of Chen

在excel07格式的文件中图片的数据和单元格的数据是分开存放的,所以在读的时候也是分开读。用户可以先读图片的数据,将图片数据保存在`List`中,然后再读单元格的数据,最后再把单元格数据和图片数据进行对应。 ImageData中保存了图片所在sheet的名字、index、在sheet中的坐标、图片类型、图片数据等信息。 代码可能还有不完善的地方,欢迎提出意见 用法: /** * 使用文件名读图片信息,默认读所有sheet中的图片,图片数据放在imageDataList中 */ @Test public void readImageWithFileNameTest() throws IOException { String fileName = TestFileUtil.getPath() + "demo" + File.separator + "imageRead.xlsx"; `ArrayList imageDataList = new ArrayList();`...

question
pending verification

Support Vue3 * Introduce vue 3.0 and name it vue3. * Directive is added to adapt to vue 3. * Add components of the Composition API style to adapt to...

Fix issue #370 * Add the naturalHeight and naturalWidth values of the image to the image cache. * Modify the get and has functions in _imageCache.

now , the following yaml document can be loaded ```yaml &anchor foo: foo: bar *anchor: duplicate key baz: bat *anchor: duplicate key ```

[COLLECTIONS-663] https://issues.apache.org/jira/browse/COLLECTIONS-663 Hi: I think the representation of Multimap is {1: A, 1: B, 2: C}. So when A and B are deleted, only {2: C} is left. And asMap()...

For issue [COLLECTIONS-714](https://issues.apache.org/jira/projects/COLLECTIONS/issues/COLLECTIONS-714). Don't support '\u0000' in the trie's key.

[COLLECTIONS-591] Add Copy on write list

I found someone raised that adding support for deque interface in Collections.(https://issues.apache.org/jira/browse/COLLECTIONS-563) (https://issues.apache.org/jira/browse/COLLECTIONS-564) This makes sense so I wrote some code to make a try. I want to know if...