vue-office icon indicating copy to clipboard operation
vue-office copied to clipboard

支持word(.docx)、excel(.xlsx,.xls)、pdf等各类型office文件预览的vue组件集合,提供一站式office文件预览方案,支持vue2和3,也支持React等非Vue框架。Web-based pdf, excel, word preview library

Results 98 vue-office issues
Sort by recently updated
recently updated
newest added

vue-office-docx-main节点下面没有元素了 ![0e7df3c6416a852c1fa1efb53ec6eef](https://github.com/501351981/vue-office/assets/51067432/2481273f-9166-48d9-93d0-168d4468bab4)

![1714383247937](https://github.com/501351981/vue-office/assets/60726790/8eb12b42-4a29-425e-9f28-1a57c9e73c58) ![1714383376301](https://github.com/501351981/vue-office/assets/60726790/caa3ac4c-5f4f-4dad-bf7c-f0be37976b61)

如果excel最后结尾是粘贴的图片,图片虽然能显示出来,但最底部图片看不全 ![QQ截图20240425161940](https://github.com/501351981/vue-office/assets/64996471/b1e58655-7876-4072-9343-714bdcb37542)

我怀疑可能和链接也有关系,我的链接是一个下载链接,但是预览是成功的,只是没有promise对象返回

"@vue-office/pdf": "^1.6.5" 一共14页 渲染出来只有前5页 是不是有分页参数 或者 页数限制的参数 [企管法规部通报(12.4).pdf](https://github.com/501351981/vue-office/files/14786409/12.4.pdf)

本身项目打包6.8m,通过chunk拆包然后分析发现vue-office占了4.2左右,每个类型预览的我们都用了,然后我们用gzip压缩,项目1.8m,vue-office900多kb,虽然确实是我们部署的正式环境里有区域是低带宽,导致1.8m都能加载7秒左右,但是这么多依赖,vue-office占一半空间是不是有优化空间,当然这个是建议,是我在实际使用的过程中发现的问题,反馈一下

"@vue-office/docx": "^1.6.0", "vue": "^2.7.0", "vue-demi": "^0.14.7", 在谷歌浏览器中使用报错 使用: ![image](https://github.com/501351981/vue-office/assets/37561334/2f235c0c-a01b-41b2-8135-70ee2c8345d8) 警告: ![image](https://github.com/501351981/vue-office/assets/37561334/610140a0-082c-4d06-a55d-51fd74d26dd6)

版本:@js-preview/excel (umd) 浏览器:Google 复现:https://githubmoxie.github.io/vue-office-issue/ 1. 当 excel 组件超出页面窗口时候,初次加载会自动滚动到当前 excel 的位置处。 ![image](https://github.com/501351981/vue-office/assets/90609166/4f2fccb9-f2bf-49ee-8e20-c7edddb2af5f) 2. 滚动 excel 组件滚动条,向上滚动会出现页面滚动。 ![4](https://github.com/501351981/vue-office/assets/90609166/95dbbe75-c892-4a57-8f72-4da497aa021a)

组件名称及版本: @vue-office/pdf 1.6.5 运行环境: 浏览器:谷歌浏览器 vue版本:vue 3.3.8 打包工具及版本:vite 5.2.8 问题描述:报错 Uncaught TypeError: isFunction is not a function at defineComponent (runtime-core.esm-bundler.js:2316:10) at activity.tsx:12:16

我改变了外层元素宽度,但是无法自适应,是canvas需要重新画图是吧?这个有提供什么解决方案吗? ![image](https://github.com/501351981/vue-office/assets/24588825/ee0cd3b4-7459-4a96-8569-8e09305caca7)