Project

General

Profile

Bug #2805

Import doesn't import everything

Added by Luke Murphey almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
06/30/2020
Due date:
% Done:

100%


History

#1 Updated by Luke Murphey almost 4 years ago

Qs:
  • What is a minimal repro?
    1. Remove columns until there are fewer column than the import file
    2. Import the file: note that the columns off of the edge are not created
Obs: Solns:
  • Can I just recreate the jexcel editor on import?
    • I keep getting an error
  • Destroy and recreate the jexcel editor
    • jexcel.destroy(this.$el0, true);
    • $(this.$el0).jexcel("destroy", true);
      • Works but error happens afterwards when recreating
    • this.jexcel.destroy();
      • function doesn't exist
  • [Nope] Add/remove the columns and then import the data
  • [Nope] Just call setData()?
  • [Nope] Set columns
    • don't see anywhere this is possible
  • use csvHeaders:true

#2 Updated by Luke Murphey almost 4 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Also available in: Atom PDF