Skip to content
#

xls

Here are 225 public repositories matching this topic...

sheetjs

使用spring boot打造文件文档在线预览项目解决方案,支持doc、docx、ppt、pptx、xls、xlsx、zip、rar、mp4,mp3以及众多类文本如txt、html、xml、java、properties、sql、js、md、json、conf、ini、vue、php、py、bat、gitignore等文件在线预览

  • Updated Jun 30, 2020
  • Java
spamandeggs
spamandeggs commented Mar 18, 2020

IMPORT_EXPORT_USE_TRANSACTIONS default is True and not False as documented in latest
https://django-import-export.readthedocs.io/en/stable/installation.html

IMPORT_EXPORT_USE_TRANSACTIONS = False in settings is mandatory if one want to actually import something in a mysql db (at least)

without it :

result = somemodel_resource.import_data(datanew, dry_run=True)

will fail with "Impr

DocumentServer
zjs-apple
zjs-apple commented Apr 30, 2020

When i Installing Document Server for Linux on CentOS7.5.
Reference:https://helpcenter.onlyoffice.com/server/linux/document/linux-installation-centos.aspx
In the end,the document server is ok,
but When I test editing files,
ws://XXXX/5.5.1-76/doc/b81fdff747a247929253f4701a92bc521588227954180/c/208/zp1umjpc/websocket
This link has been pending.
Centos7.5:port all open,firewall is closed.
Wha

aneuway2
aneuway2 commented Dec 9, 2019

I recently ran into an issue where hidden rows/columns were nto being read.

From this I stumbled upon pyexcel/pyexcel#53 which gave me the answer to use skip_hidden_row_and_column like so:

from pyexcel_xlsx import get_data
data = get_data("file.xlsx", skip_hidden_row_and_column=False)

This however is not documented anywhere that I could find (and I'd

DesktopEditors
parrenin
parrenin commented Feb 26, 2020

Do you want to request a feature or report a bug?
Request a feature.
What is the current behavior?
The equation editor of OnlyOffice generally uses LaTex shortcuts, which is good.
But the \frac shortcut for creating fractions does not work.
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem.

**What is the ex

bernardoccordeiro
bernardoccordeiro commented Dec 4, 2019

While using rows for a project, could not use the import_from_pdf function after putting rows as a dependency. The solution, ultimately, was to also include PyMuPDF and cached_property as dependencies for my project, so as to enable the pdf plugin for rows. This information, however, is not clear by looking only at the docs. It would be desirable to list the dependencies for each plugi

Improve this page

Add a description, image, and links to the xls topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the xls topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.