Excel Spreadsheet Import

I am using the newest release (Version 1.1.0.21 Build MAIN-21.97) and thought that the spreadsheet importing mechanism was now working. It appears that it is now giving errors as soon as I choose a spreadsheet to import. I have tried shutting down the application and restarting it. But that did not help.
Environment:
Windows XP Pro
Excel 2003
Spreadsheet with 2 string columns and 1616 rows. Longest value in row is one column with 9 characters. NO Dates.
Path to spreadsheet it long since it is located in subfolder in My Documents folder.
Here is the error that I am getting:
java.lang.NullPointerException
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportDialog.getStringValue(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportDialog.populateModel(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportDialog.displayExcelDialog(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportUtil.insertExcelToTable(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportEditor.importExcelToTable(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportEditor.importExcel(Unknown Source)
     at oracle.dbtools.raptor.dialogs.actions.ExcelImport.launch(Unknown Source)
     at oracle.dbtools.raptor.controls.sqldialog.ObjectActionController.handleEvent(Unknown Source)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:551)
     at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
     at java.awt.Component.processMouseEvent(Component.java:5488)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5253)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1778)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)

Same problem here:
java.lang.NullPointerException
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportDialog.getStringValue(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportDialog.populateModel(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportDialog.displayExcelDialog(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportUtil.insertExcelToTable(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportEditor.importExcelToTable(Unknown Source)
     at oracle.dbtools.raptor.dialogs.importdata.ExcelImportEditor.importExcel(Unknown Source)
     at oracle.dbtools.raptor.dialogs.actions.ExcelImport.launch(Unknown Source)
     at oracle.dbtools.raptor.controls.sqldialog.ObjectActionController.handleEvent(Unknown Source)
     at oracle.ide.controller.IdeAction.performAction(IdeAction.java:551)
     at oracle.ide.controller.IdeAction$2.run(IdeAction.java:804)
     at oracle.ide.controller.IdeAction.actionPerformedImpl(IdeAction.java:823)
     at oracle.ide.controller.IdeAction.actionPerformed(IdeAction.java:521)
     at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1849)
     at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2169)
     at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:420)
     at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:258)
     at javax.swing.AbstractButton.doClick(AbstractButton.java:302)
     at javax.swing.plaf.basic.BasicMenuItemUI.doClick(BasicMenuItemUI.java:1000)
     at javax.swing.plaf.basic.BasicMenuItemUI$Handler.mouseReleased(BasicMenuItemUI.java:1041)
     at java.awt.Component.processMouseEvent(Component.java:5488)
     at javax.swing.JComponent.processMouseEvent(JComponent.java:3126)
     at java.awt.Component.processEvent(Component.java:5253)
     at java.awt.Container.processEvent(Container.java:1966)
     at java.awt.Component.dispatchEventImpl(Component.java:3955)
     at java.awt.Container.dispatchEventImpl(Container.java:2024)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.LightweightDispatcher.retargetMouseEvent(Container.java:4212)
     at java.awt.LightweightDispatcher.processMouseEvent(Container.java:3892)
     at java.awt.LightweightDispatcher.dispatchEvent(Container.java:3822)
     at java.awt.Container.dispatchEventImpl(Container.java:2010)
     at java.awt.Window.dispatchEventImpl(Window.java:1774)
     at java.awt.Component.dispatchEvent(Component.java:3803)
     at java.awt.EventQueue.dispatchEvent(EventQueue.java:463)
     at java.awt.EventDispatchThread.pumpOneEventForHierarchy(EventDispatchThread.java:242)
     at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:163)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:157)
     at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:149)
     at java.awt.EventDispatchThread.run(EventDispatchThread.java:110)
REM START SLOANP TABLE1
CREATE TABLE "SLOANP"."TABLE1"
(     "COLUMN1" VARCHAR2(4000 BYTE),
     "COLUMN2" VARCHAR2(4000 BYTE),
     "COLUMN3" VARCHAR2(4000 BYTE),
     "COLUMN4" VARCHAR2(4000 BYTE),
     "COLUMN5" VARCHAR2(4000 BYTE),
     "COLUMN6" VARCHAR2(4000 BYTE),
     "COLUMN7" VARCHAR2(4000 BYTE),
     "COLUMN8" VARCHAR2(4000 BYTE),
     "COLUMN9" VARCHAR2(4000 BYTE),
     "COLUMN10" VARCHAR2(4000 BYTE),
     "COLUMN11" VARCHAR2(4000 BYTE),
     "COLUMN12" VARCHAR2(4000 BYTE)
) PCTFREE 10 PCTUSED 40 INITRANS 1 MAXTRANS 255 NOCOMPRESS LOGGING
STORAGE(INITIAL 131072 NEXT 131072 MINEXTENTS 1 MAXEXTENTS 2147483645
PCTINCREASE 0 FREELISTS 1 FREELIST GROUPS 1 BUFFER_POOL DEFAULT)
TABLESPACE "USERS" ;
REM END SLOANP TABLE1
One worksheet, one column of data, 64 rows.
eg
IE0000187534
IE0000134534
Excel 2002 10.6789.6802 SP3
------------------------------------

Similar Messages

  • IMporting Excel Spreadsheets

    Hello
    We recently upgraded RH in our company from x5 to HTML 6,
    build 099. In a project I worked on with X5, I had imported Excel
    spreadsheets saved as html and generated a primary layout without
    any problem. However, in 6, when I would generate a layout, it
    would get to Updating Files and RH would crash without any error. I
    narrowed it down to 10 html files that were all Excel spreadsheets
    saved as html and imported into my project in x5. If I deleted
    those 10 files, the project would generate the layout. If I
    imported any of those files, it would crash again.
    To recreate the spreadsheets in RH wold just be too time
    consuming, and really inefficient as I expect to get regular
    updates on these spreadsheets to have available on this website via
    our intranet. Has anyone encountered this before? and
    recommendations?
    Thanks!

    Hi BradPrid and welcome to our community
    Did these spreadsheet files have any conditional text
    applied? If so, I believe a problem exists with merged table cells
    (which seem quite likely coming from Excel) when you use
    conditional text.
    If you can't seem to sort it, one thought would be to simply
    import the Excel HTML files as baggage files. Then simply link to
    them or maybe use redirects.
    Cheers... Rick

  • Is it possible to create a form that allows users to import data from an excel spreadsheet

    I have not been able to start my reading on scripting or other livecycle features to be able to try to figure this out but I was wondering if anyone else had ever created a form with this feature or had any ideas of how it would be possible.  Our company currently uses and excel form that would have a variable number of rows of data for each time it is filled out and we would be replacing it with an adobe form.  I would like to know if the users, who will be using the new adobe form in adobe reader, could have the capability to imort the lines from the previous excel form into the new adobe version.

    Hi,
    You can set up a data connection with an Excel spreadsheet. However for the data connection to work for users with Reader, you would need to Reader Enable the form with the LiveCycle Reader Extensions ES2.5 (server component). See here for summary: http://assure.ly/etkFNU.
    However if you are just trying to get the existing data into the form, you should have a look at some of Stefan Cameron's posts: http://forms.stefcameron.com/ (try a search). You can start a new form using the wizzard and select import from Excel. This will allow you to paste from your spreadsheet to a new form. This should help set up the data structure/schema, which you can then replicate in a new form. I haven't done this before, but it should be possible.
    Hope that helps,
    Niall

  • Importing data from Excel Spreadsheet into SOP

    Hi,
    Can anyone please tell me where I can find instructions on how to import data into SOP form an Excel spreadsheet. I know there is a used exit MCP20001 EXIT_SAPMMCP6_001 but I don't see a transaction to execute this import exit from. Please help/clarify.
    Thank you
    I will award points to all who respond with useful information on importing info into SOP

    Dear,
    Please note the info structure os not different for different versions. ALl inactive versions are also storead in the same info struture.
    The info structure will be different only of the planning type is different. For standard SOP the info stucture is S076.
    You could also create your own info structures for the planning types you have created using flexible planning.
    For copying within the same info structures use transaction MC78. Here select the inactive version in the source and select the active version in the target. The copy with the button given for this.
    Within the MC87 copying is only possible between different info structures.
    Hope this helps your understanding.
    Regards,
    R.Brahmankar

  • Detect fields and edit imported Excel spreadsheet

    i would like to know how I can detect fields for imported Excel spreadsheets so I can add and edit the spreadsheet

    I have an excel spread sheet that i would like to import into form central & I would like the fields to be editable by other users.  When i try exporting the excel file as a PDF Form Central  I get this message "FormsCentral could not import the PDF document because it does not contain interactive form fields. You need to add fields to your PDF using Adobe Acrobat and import again" Is there any other way for me to do this or do i have to purchase a version of Adobe Acrobat?

  • Import an Excel Spreadsheet

    How do I import an Excel spreadsheet into an SQL table?

    Hi,
    Try below links :
    http://support.microsoft.com/kb/321686
    https://www.simple-talk.com/sql/ssis/moving-data-from-excel-to-sql-server---10-steps-to-follow/
    http://www.mssqltips.com/sqlservertutorial/203/simple-way-to-import-data-into-sql-server/
    sathya - www.allaboutmssql.com ** Mark as answered if my post solved your problem and Vote as helpful if my post was useful **.

  • Import contacts (excel spreadsheet) in to TMS phonebook

    Hi,
    I'm looking for an option to import contacts saved in excel spreadsheet in to the TMS manual phonebook? How to do that? I'm running out of ideas.
    Thanks...

    In TMS 13.x, perform the following actions:
    Login to TMS
    Go to Phone Books > Manage Phone Book Sources
    In the middle of the screen select "New"
    Give it an appropriate name
    In the Type field, select the dropdown and choose "File Based Phone Book"
    Be sure the radio button is selected for "Use Local File or File from URL"
    Click, "Browse Files" in the "File Path"
    A pop-up window will appear requesting where the file is located.  ***txt and csv are the only support formats
    Select your file and Upload.
    - Scott

  • Excel Spreadsheet Journal Import

    I'm trying to debug an issue related to using the Excel Spreadsheet Journal Import. Where does the validation take place? I'm using Financial 9.0. But what actually happens when you click the import button? It looks like an XML message is sent. Does anyone know if this happens and if so what the name of the message is that is supposed to handle the incoming message??
    Thanks all in advance!!

    Michael Witherell wrote:
    Kathleen,
    No, Data Merge won't do. The context of need in this case is placing an Excel spreadsheet into InDesign; with Show Import Options turned on; with the workflow idea of bringing it in unformatted; yet applying a pre-made TableStyle to it.
    It turns out in this case that you have to follow up with selecting the first row (the header row) and clicking on Table > Convert (something or other) and choosing Header, thus turning the header row into a mechanically-repeating row (as in the case of a very long table that flows over more than one page).
    You can do this in advance if it is a Word doc table. That is, it can be set in Word before placing. Apparently you cannont do so in advance in Excel.
    Therefore, upon placing, the TableStyle appears to fail to some degree until you catch up with the Header Row conversion.
    Best to you,
    Mike Witherell in Alexandria, VA
    I'm not sure if this would help:
    * Create the heading row content on the master page, either as literal text in a text frame, or as a text variable.
    * Use Data Merge multiple records per page mode on the body page.
    This creates a pseudo table heading above the merged data on each new page. You'll have to adjust the height, vertical justification, and text wrap when defining the master page text frame text wrap to force the merged data to begin below it on the page.
    If you truly need a table, perhaps because some column content needs to wrap within cells, then "never mind." But if that's not the problem, perhaps nested and GREP styles could manage the formatting you need.
    Regards,
    Peter
    Peter Gold
    KnowHow ProServices

  • Cannot get grid to print on imported ms excel spreadsheet

    hi,
    i've been through the knowledge base and such on this one and the help files that come with numbers and i can't seem to get the answer i'm looking for.
    there have been a number of people on here who have said they can't get the grid to stop printing on an imported excel spreadsheet. i'm having just the opposite problem ——>> i want the grid to print on a spreadsheet from excel i've imported, but each time i print i waste paper because the grid i want on it never prints.
    i have done extactly what the help instructions say: i have selected the table & sheet it is on in the sheet pane, gone to the view menu and done "Show Print View," opened the inspector and chosen the table inspector button, and clicked on the cell border button to show all the grid lines. each time i print, however, they still do not show.
    this is on a black macbook intel core2 duo, 2.0 ghz, 2 gb RAM, 200 gb hd, mac os x 10.4.10 with all the latest update, security and otherwise, and an hp 2510 PSC ink jet printer.
    if anyone could please help me out with this, it'd be most appreciated. i like numbers so far. but one of the easiest things about ms excel is going into page set-up and choosing to show the gridlines or not in printing — you'd think there would be an easy preference or inspector choice here also, but it is not at all apparent.

    I believe you have too much RAM installed ( sorry just a little Numbers' humor).
    I found if I have print gridlines set in Excel, then the same settings transfer to the Numbers' version. They are _very light_ though. Here is how I change border settings. Select the range of cells, set line type, then number of points and color:
    Regards,

  • Is there a way to import my address book to an excel spreadsheet? into excel

    I would like to transfer my contacts from address book to an excel spreadsheet.  Is this possible. 

    If you can get the data out and related info seperated by tabs, new lines of info seperated by returns, then it can be imported, even pasted into a spreadsheet.
    Name *tab* phone numer *tab* address
    Name *tab* phone numer *tab* address
    like that

  • Automating import of Excel spreadsheets

    Hi,
    I have a requirement to regularly import data contained in various Excel spreadsheets into the database.
    Assuming I can get the users to upload the spreadsheets to the database server (using Application Express), how do I load the spreadsheet data?
    My restrictions are
    - Our users can not be expected to convert the Excel files to csv files
    - No third party software (converters, ODBC drivers, etc) can be used
    Thanks
    Andy.

    I currently have the same situation so what I did is that I saved the Excel spreadsheet as a tab delimited file and created a batch file to call SQL Loader and then write codes in Oracle Form to call this batch file when user click a button using host().
    I also created a macro in Excel so user can hit a short-cut key to create the tab delimited file so developer don't have to get involved with this process. 3 easy steps and this works like a charm!
    To call SQL Loader at command prompt:
    C:\oracle\ora92\bin\sqlldr userid=username/password@databasename control=SQLLoaderCtl.txt log=SQLLoaderCtl.log bad=SQLLoader.bad
    ps. you can also use TEXT_IO to read the text file and parse the data but because I have more than 80 columns so I decided to use SQL Loader since it's easier.

  • Importing and parsing Excel spreadsheets

    Hi,
    I am trying to import an Excel Spreadsheet, extract the
    necessary information, and then post that information into a
    database. Even if I save the Excel Spreadsheet as an XML document,
    it loses some of its characteristics and becomes difficult to
    parse. What should I do in this case to preserve the Excel format
    and extract the relevant information for my application.

    Take a look at this!!!!
    http://mannu.livejournal.com/348299.html?view=1967243#t1967243

  • Spreadsheet imported from excel; sum formula freezes after entering colon and causes forced quit. Adds ok if numbers highlighted?

    Spreadsheet imported from excel. Formula to add columns gives a syntax error as soon as the colon key is pressed and system freezes. However, highlighting the columns works and shows the formula as expected. The system works properly on new sheets!

    Ron,
    In cases of bad behavior such as this, it sometimes helps to close and quit everything and restart the computer. Try that and let us know if the problem persists after the restart.
    Jerry

  • How do I fill an Excel spreadsheet with the contents of a DataTable? (C#, OleDb)

    The following fills a DataTable with the contents of an Excel spreadsheet.
        oledbCmd.CommandText = "SELECT * FROM [" + stSheetName + "$]";
        DataTable dtDataTable = new DataTable();
        using (OleDbDataAdapter oledbAdapter = new OleDbDataAdapter(oledbCmd))
        oledbAdapter.Fill(dtDataTable);
    How do I fill an Excel spreadsheet with the contents of a DataTable?
    bhs67

    You can try this Excel library, it can help u to
    export datatable to excel to Database.
    After add the reference to your project ,add the following code:
    private void button1_Click(object sender, EventArgs e)
    //connect database
    OleDbConnection connection = new OleDbConnection();
    connection.ConnectionString @"Provider=""Microsoft.Jet.OLEDB.4.0"";Data Source=""demo.mdb"";User Id=;Password="
    OleDbCommand command = new OleDbCommand();
    command.CommandText = "select * from parts";
    DataSet dataSet = new System.Data.DataSet();
    OleDbDataAdapter dataAdapter = new OleDbDataAdapter(command.CommandText,connection);
    dataAdapter.Fill(dataSet);
    DataTable t = dataSet.Tables[0];
    //export datatable to excel
    Workbook book = new Workbook();
    Worksheet sheet = book.Worksheets[0];
    sheet.InsertDataTable(t, true, 1, 1);
    book.SaveToFile("insertTableToExcel.xls");
    System.Diagnostics.Process.Start("insertTableToExcel.xls");
    http://www.e-iceblue.com/Tutorials/Spire.XLS/Spire.XLS-Program-Guide/Data-Export-/Import-Export-Datatable-to-Excel-from-Database.html

  • How do I generate a data merge in InDesign from an excel spreadsheet which includes a barcode

    Can you please advise if the following process is possible within InDesign CS 5.5? (Mac OS 10.8.2).
    We need to create a data merge that includes a barcode. The data merge is for several thousand records.
    We have a customer-supplied Excel spreadsheet that contains seven fields, one of which is a number that ultimately needs to print as a barcode when we make the data merge in InDesign.
    As you would expect, the conventional six fields data merge perfectly - but we can't find a way to make the barcode print correctly within the data merge.
    We have investigated several possible solutions without success.
    Some solutions suggest a plug-in for Excel to convert the number into a barcode whilst still in the spreadsheet - but this doesn't come across correctly when we import the CSV file into the InDesign data merge.
    We have investigated certain third party software applications but none provide the full solution we require. Some, for example, appear to create the barcode within the Excel spreadsheet but don't produce the barcode correctly when we data merge in InDesign; and some will allow us to create a one-off barcode within InDesign but have no automated way of retrieving the thousands of Excel numbers and turning them into barcodes.
    We have also come across possible 'font' solutions but have had no success with these either.
    For a previous job we needed to produce we outsourced to a specialist mailing company, who assured us they produced the whole job (very quickly) within InDesign. They, understandably, won't tell us how they did it. But, given the speed with which they produced the job for us, we imagine - with the correct software - the whole process is easy to do.
    Can you please advise?

    HI MIKE
    Thanks again for your reply and your help with this.
    I've downloaded the barcode font from the link you supplied.
    I've tried three tests - and seem much closer to getting what we need. But I've come up against a couple of issues.
    TEST 1 - almost just to see if the downloaded font worked, I simply data merged our source csv file and applied the downloaded barcode font to the serial number in ID. Probably unsurprisingly, this produced a perfectly printed barcode - that wouldn't scan.
    TEST 2 - I manually added asterisks before and after the serial number in the first couple of fields and then tried the same process as TEST 1. It produced a perfectly printed barcode which this time DID scan correctly - but obviously the barcode had asterisks on it which I don't want. I just want the serial number. And with thousands of serial numbers we need the addition of the asterisks to happen automatically (which is where your text editor process seems the perfect solution, if we could get that to work).
    TEST 3 - Noting your comments about using parenthesis around the serial number, I followed your example of (123456). But Excel won't let me type a parenthesis. It lets me type the parenthesis but then instantly substitutes it with a - (hyphen) before the number in the actual serial number cell and no character at all after the number.
    If you have any suggestions or solutions for any of the above they'd be gratefully received! Thanks again for all your help with this.
    Kind regards
    Rob

Maybe you are looking for

  • User Exit For Transaction F150 (Dunning)

    Hi All, Can any one help me in finding a User Exit for Transaction <b>F150</b> (Dunning).

  • Problem with the caching

    I query an object and display it in my Web Client. I change some fields, and save. The changes are written into the database. I perform a refresh command in the Web Client, so our business service queries the same object from the database as at the s

  • How do i get to the airport utility screen?

    Clueless. Just need to chaneg the pw on my airport extreme and do not know how to get to utility screen Thanks

  • Unable to clear Keywords metadata value

    Hello, I'm trying to clear the keywords metadata field using the following code but it doesn't work as expected. No errors just doesn't clear the Keywords field. var xml = new XML(doc.metadata); var nsrdf = new Namespace("http://www.w3.org/1999/02/22

  • Encore CS5.5 Libraries - same, better than CS4?

    Hey folks - just wondering whether Encore CS5.5 includes all the libraries we got in CS4. I'm on a Windows 7 64-bit machine and I'm running Prod Premium CS4 now. I just got the CS5.5 Prod Prem in the mail yesterday but I haven't installed it yet. My