django-excel icon indicating copy to clipboard operation
django-excel copied to clipboard

A Django middleware to read, manipulate and write data in different excel formats: csv, ods, xls, xlsx and xlsm.

Results 12 django-excel issues
Sort by recently updated
recently updated
newest added

Edit urls.py files for forward compatibility and Change xlrd version for pyexcel-xls. This commit is fixing the issue #73. With your PR, here is a check list: - [ ]...

I have a trouble about `ImportError: cannot import name 'url' from 'django.conf.urls' ` and `ModuleNotFoundError: No module named 'pyexcel.ext'` 1. `ImportError: cannot import name 'url' from 'django.conf.urls' ` According to...

```sheet = pe.get_sheet(model=model)``` Error in formatting: TypeError: Object of type UUID is not JSON serializable.

I want to create that user be able to upload document and see as excel sheet but how to do it without defining a choice and question?

On Python 3.9 with `pyexcel-xls` and `pyexcel-xlsx` installed, I'm not able to upload .xslx files. AttributeError: 'ElementTree' object has no attribute 'getiterator' ``` Saving workbook from spreadsheet.xlsx Internal Server Error:...

Hi, I need to import two related sheets without static foreign in the database. Referring to an example from the docs my "Question" sheet always needs to be appended to...

Kindly Suggest, where exactly i am doing the mistake. Best Regards Manoj R Details: -------------------------------------------------------------------------------- Models Used: ------------------------------------------ class Supplier(models.Model): Supplier_Number = models.IntegerField(unique=True) Supplier_Name = models.CharField(max_length=150) Supplier_Contracting_Entity = models.CharField(max_length=150) Applicable_Brands...

Trying to import 10Mb CSV file but getting no response. But able to import with 500 records **About CSV file** Total no of records= 157797 No of columns = 8...

I have installed the django-excel tutorial app and made changes to its model.py file. I have done the following steps : 1) python manage.py makemigrations polls Output : Migrations for...