Matt Hegarty
Matt Hegarty
> Add a row before headers (center it) -> e.g. with constant value "Hello world" You can only do this by modifying the spreadsheet directly using [openpyxl](https://openpyxl.readthedocs.io/en/stable/). You should be...
I haven't seen this issue before - please can you tell me which versions you are using and ideally give me some steps to reproduce with the example app?
Will take a look. One thing I notice, check that you have the correct definition of `after_init_instance()`. New definition is: ``` def after_init_instance(self, instance, new, row, **kwargs): ``` This changed...
The [example app](https://django-import-export.readthedocs.io/en/latest/installation.html#example-app) uses a Book import example, with 'author' as a selectable field. I just tried to reproduce your issue with the example app and found that the 'author'...
I can't reproduce this in the example app. Please can you try to reproduce (you can use the 'Ebook' resource to create similar input form to what you have). If...
> I've noticed that in_stream in TextFormat.create_dataset has str type when confirmation is enabled, and bytes type when confirmation is disabled. Thanks - I confirm that this is the case....