How do i import a table from excel into dw8?

I want to import a table from excel into a table in dw8, i
just want the data inside the excel table to be imported to the
table in dw8.
The tables has the same stracture - number of rows and
columns.
is it possible?
btw special paste is no good, since it copies the stracture
of the table from excel which contains <td height="17">,
which is not good coding - td doesn't support the height
option.

table without special paste:
<table width="90%" border="1">
<tr>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
<th scope="col"> </th>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>
table with special paste(Text with structure):
<table width="90%" border="1">
<tr height="17">
<td height="17" dir="rtl"
align="right"> </td>
<td dir="rtl" align="right"> </td>
<td dir="rtl" align="right"> </td>
<td dir="rtl" align="right"> </td>
<td dir="rtl" align="right"> </td>
<td dir="rtl" align="right"> </td>
<td dir="rtl" align="right"> </td>
<td dir="rtl" align="right"> </td>
<td> </td>
</tr>
<tr height="17">
<td height="17" align="right"> </td>
<td align="right"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height="17">
<td height="17" align="right"> </td>
<td align="right"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height="17">
<td height="17" align="right"> </td>
<td align="right"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height="17">
<td height="17" align="right"> </td>
<td align="right"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height="17">
<td height="17" align="right"> </td>
<td align="right"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
<tr height="18">
<td height="18" align="right"> </td>
<td align="right"> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
<td> </td>
</tr>
</table>

Similar Messages

  • I am creating a catalog and need a way to mass import tables from excel into indesign.  Any ideas?

    I am creating a catalog and need a way to mass import tables from excel into indesign.  Any ideas?

    Third-party plugins for InDesign can automate the process. Here's a thread from InDesignSecrets.com forums:
    http://indesignsecrets.com/topic/plugins-for-automating-catalog-production

  • How can I import Photoshop-Shortcuts from CC into the CC 2014 update?

    How can I import Photoshop-Shortcuts from CC into the CC 2014 update? Migration and Sync didn't help. What am I doing wrong? The .kys is also in the same folder as in the previous version of PS CC.
    Kindly
    Nico

    If you had Illustrator you could take advantage of smart objects.
    Has been awhile since I worked in Corel (so do not remeber if Corel had clipboard settings whcih need adjusuting), but do remember copying a path, getting that into Phothshop as shape layer for part of the artowrk in a trade show poster.

  • How do I import individual frames from iMovie into iPhoto?

    How do I import individual frames from iMovie into iPhoto? Or how do I export individual frames from iMovie into iPhoto? My final goal is to have a DVD of individual photos from a video I recently shot. Thanks

    Here is one way to do it, although you will see there could be variations.
    1) Open iMovie
    2) Start a new project - name it Stills for iPhoto (or a name of your choice)
    3) Go to your EVENT. Find the spot with the cursor that you want a photo of. Right-click (or control-click if you don't have a mouse) and select ADD STILL FRAME TO PROJECT.
    4) The photo should be in the Project called Stills for iPhoto.
    5) Right-click (control-click) on the photo and select REVEAL IN FINDER.
    6)When the finder window opens, right-click and select COPY. Go to your Desktop or a folder of your choice and right-click PASTE
    7) Drag the photo from your Desktop to iPhoto

  • How do I import the data from Excel (.xls) file into Oracle Database table

    I have an excel file with 5 columns of 5000 rows.
    I have to import 5000 rows of data into my oracle table with
    same column names & Data types.
    What is the best advise for this ?
    Thanks.
    Srini

    You can connect to Oracle from Excel directly. I know you can read data but am not sure if you can export data.
    Other option is to import the data into Access.
    Create an ODBC connection for Oracle
    Use the to connect to Oracle from Access
    Export data to Oracle from Access
    Shakti
    http://www.impact-sol.com
    Developers of Guggi Oracle - Tool for DBAs and Developers

  • How to build semantic model table from excel 2013 budget table?

    I have an excel 2013 budget table produced by finance department. The title of the table is <<Year 2015 Resource Budget>> with columns such as (Item, Budget). There is line of business app which tracks daily usage. It is SQL database which
    I can access. The SQL table has columns such as Date, Item, Usage. I am asked to produce some PowerView reports using DAX.
    I am thinking about using Excel 2013 PowerPivot. The following is the step of my plan.
    Add excel 2013 Budget table to PowerPivot
    Transform the budget table using DAX to a new table with includes date. For each item budget, the value can be evenly divided by 365. I don't know if this is possible with DAX and need advice from you
    Import daily usage from SQL database into PowerPivot
    Merge the imported SQL daily usage table with the transformed budget table with daily breakdown.  The output table has 4 columns (Date, Item, ValueType, Value). The ValueType can be either Budget and Usage. (I also do not know if it is possible to
    use DAX to merge two PowerPivot table into anther table with added new columns. If it is possible, I would love to hear from you on how to do this)
    Finally, I can produce BI reports based on the newly merged table
    Update: Here are more sample data.
    Input Budget
    <<Year 2014 Resource Budget>>
    Item
    Budge
    Pen
    365
    Paper
    1095
    <<Year 2015 Resource Budget>>
    Item
    Budge
    Pen
    1825
    Paper
    1095
    Bag
    365
    I am thinking to expand the Budget as follow but I don't how to use DAX to do it
    Date
    Item
    Budge
    31/12/2014
    Pen
    1
    31/12/2014
    Paper
    3
    1/01/2015
    Pen
    5
    1/01/2015
    Paper
    3
    1/01/2015
    Bag
    1
    Here is the Daily Usage table
    Date
    Item
    Usage
    31/12/2014
    Paper
    2
    31/12/2014
    Pen
    6
    1/01/2015
    Paper
    10
    1/01/2015
    Pen
    2
    1/01/2015
    Bag
    1
    I was thinking to merge the expanded Daily Budget and Daily Usage as follow for BI reporting. This was my thinking, may not a good solution using DAX
    Date
    Item
    Type
    Value
    31/12/2014
    Paper
    Usage
    2
    31/12/2014
    Pen
    Usage
    6
    1/01/2015
    Paper
    Usage
    10
    1/01/2015
    Pen
    Usage
    2
    1/01/2015
    Bag
    Usage
    1
    31/12/2014
    Pen
    Budget
    1
    31/12/2014
    Paper
    Budget
    3
    1/01/2015
    Pen
    Budget
    5
    1/01/2015
    Paper
    Budget
    3
    1/01/2015
    Bag
    Budget
    1
    Off course, I need to build dimension tables for Date, Item, Item Category, and Value Type
    jl

    Hi JL,
    Just for consideration, I'd:
    Keep budget and actuals separately - create Fact_Y2015Budget and Fact_Actuals;
    Hook both tables to same dimesnions (time; if there is no time for budget, assign it all to the first day of your 2015; line item etc. - whatever you are asked to report about)
    If you can, pull usage not only for 2015, but for prior year(s) too
    Create measures like [Usage Budget Atteinment YTD]:=TotalYTD(SUM([Usage]),your_time)/([Budget]*PriorYear(TotaYTD(SUM([Usage]),you_time)/CALCULATE(SUM([Usage]),DATESBETWEEN(your_first_day_of_year2015,your_last_day_of_2015))))
    The calculation in #4 compares actual ("usage") to portion of budget that would have been used up if 2015 had the same seasonality as 2014... If you couldmshare specific sample, I'd buuild exact formula...
    Daniel

  • Can I use Power Query to Import a table from Excel sheet range which starts not from the top row?

    Hi,
    Being an experienced Excel user before Power BI, I am just starting to explore the M and Power Query capabilities, and need help already (ain't easy to google this use case somehow):
    I need to import the table which sits in the Excel file with header row in the row 17 of Excel sheet, with some metadata header in the preceding rows of the columns A and B.
    01: Report name, Quick Report
    02: Report Date, 1/1/2014
    17: Employee Name, Manager, etc...
    18: John Doe, Matt Beaver, etc.
    Both (a) direct attempt to load as Excel file and (b) the indirect way through [From Folder] and formula in custom column -- both lead to the same error: "[DataFormat.Error] External table is not in the expected format."
    Specifically, I tried to use the [Power Query -> From File -> From Folder] functionality, select an Excel file and add a custom column to access the binary content: [Add Custom Column] with formula "=Excel.Workbook([Content])".
    It looks like Power Query expects a rectangular range with headers full-width followed by a contiguous table range to import anything, and refuses to load if that is not the case...
    QUESTION: Is there any way to load whatever-formatted data from Excel first, and then manipulate the overall imported range (like referring to rows starting from 17th using "Table.SelectRows" etc.) to read the actual data? Reading and using
    the metadata from header would be a bonus, but that comes second... The main issue is to get something from a non-regular Excel file to later work with using M formulae ...
    Thanks!
    SAM

    Finally found the answer to this one in ():
    You Cannot Open a Password-Protected Workbook
     If the Excel workbook is protected by a password, you
      cannot open it for data access, even by supplying the correct password with
      your connection settings, unless the workbook file is already open in the
      Microsoft Excel application. If you try, you receive the following error
      message:
    Could not decrypt file.
    ANSWER: So, will have either weave in the work with temporary unprotected files or requires opening them before updating the data source (although this almost defeats the purpose of automation...)
    ANSWER to ORIGINAL QUESTION: password was preventing Power Query from reading the Excel file. For solution see above.
    Thanks anyway for participation and inspiration, Imke!

  • How to read an APO table from excel in place using Visual Basic ?

    We have enhanced some APO reports using layouts that use excel in place with custom visual basic (VB) code. For example, the VB code can append the data with additional columns that perform specific calculations and then proceed to create pivot table reports in excel..That is working fine.
    The challenge is to see if that VB code could read specific APO tables (e.g. product master tables) to bring additional elements into excel and thus expand the report content. We know that additional fields can be added to the reports, but having the flexibility to read tables from VB could be more flexible.
    Can that be done?. If so, would it be possible using exclusively the VB code attached to the layout, i.e. no ABAP?

    Hello Anselmo,
    I am assuming you are doing this either using BeX analyzer or by reading the planning book using the RFC ActiveX component and a BAPI.
    I think it's possible to retrieve the data from the product master table. Here are my thoughts on how can this be done:
    1) You can create a generic datasource (transaction RSO2) for the product master table, connect that to a BW remotecube and use a BeX query to retrieve that values. You can then join the queries using VBA. Alternatively, you can build a muti-provider that connects your current InfoCube to the new RemoteCube and build a query from there. The multi-provider, in this case, joins the data (no more VBA).
    2) If you have already loaded your product master data into master data carrying InfoObjects then you can try the same technique as #1 but this time there is no need to create the generic datasource. You can use the InfoObjects for your master data as the InfoProviders for your query.
    3) You can try the ActiveX component from SAP which can  connect to any emote enabled function in SAP system. SAP already provided some BAPIs (check transaction BAPI for a list) which might be able to provide the data. You can also create your own function modules (be sure to make it remote enabled) using ABAP. (transaction SE37).
    Hope this helps

  • How Can I Add Pivot Tables of Excel Into JSP Pages

    Hello all,
    Basing upon a query to database, i wanted to add a Microsoft Excel pivot table functionality in JSP page [with the result of query].
    Is it possible to create a Pivot Table in JSP with dynamic data from database ??
    Can any body help me in solving this issue ???
    Thanks & Regards
    Krishna

    There are a few alternatives to doing this (depending on the clients you are serving this page up for).
    Going the pure HTML
    There is an open source project called JPivot which provides an HTML front end for Pivot Table (using tag libraries)
    Going the Microsoft Office route there are a few options:
    1) POI HSSF ( http://jakarta.apache.org/poi/index.html) allows you to "update" an existing Pivot table by replacing data values contained in a template pivot table.
    2) Use the open source XELEM api (xelem.sourceforge.net) which produces SpreadsheetML (Micorsofts current XML file Format). At present, I don't believe this handles creating a pivot table from scratch (you have to manually create the Pivot Table template, read in the template (with XELEM) and update the data values in the template before writing it out. (the same holds true for POI)
    3) Commercially the company I work for (www.workbeans.com) is writing a pure Java Pivot Table API that will allow you to create a Pivot Table in the Excel SpreadsheetML file format from scratch. (supported by Office 2000, XP and 2003). The Pivot table functionality isn't slated until a future release (Oct. 2005), so if you can wait until then we could help you further.
    Best,
    Eric
    M. Eric DeFazio
    Application Architect, workbeans
    [email protected]

  • How do you import movie projects from Facebook into iMovie on an iMac?

    I have an edited movie project that was 17 mins long on my mini iPad. Because it was over 15 mins long I couldn't share it into iMovie theatre on my mini iPad. So my father suggested to share it to Facebook where (we thought) we could download it from there into iMovie on my iMac. But it didn't work. I put the link onto to my desktop, and from there, I tried to to add the link into an iMovie video tab but a little window cam up and said(and I quote): "This file will not be imported. It is not compatible with iMovie."
    So...
    HELP!
    HOW DO YOU MAKE MY MOVIE PROJECT COMPATIBLE WITH IMOVIE?????

    Thanks for getting back with me so promptly.  It has taken me this time to connect with the proper people to find out the information you requested.
    The camera used to film the class was a Panasonic AG-HMC40P, owned by a local cable TV station; they use Kodak video encoding software, and a SD card was used to store the video.   The file extension is .mts, and the mime file is MPEG 2 transport.  He said I probably need an AVCHD converter, and the Mac app store lists 8 of those options, 4 free and 4 for up to $9.99.  He said I'll also need a converter for later plans of posting on YouTube or on the website, and while some of those in the app store might work for the later needs, he knows one app called "Compressor" that would work for the uploading later.  He also suggested I could try renaming the .mts file to .MP2T, but he wasn't sure that would work.
    They don't work with Macs at the studio, but I had thought I could have some lessons there in editing, and apply what I learned to my iMac and iMovie.
    First, though, I have to be able to see it and review it!
    Thanks again!

  • How do I import .MTS files from Card into I-Movie

    how do i import files from my HD camcorder to iMovies?

    Quite a few but mine specifically is the Sony dsc hx200v.
    My New Mac desktop with Lions latest updates?
    18.2 mp camera and 1080p HD video
    The video files AVCHD movie quality will not transfer to IMovie .mts files need to be converted. I'm looking for the best process for Mac.
    Also where do I show as running Tiger?
    Thanks.

  • How do you import iPhone video from Aperture into FCPX?

    I need to import some iPhone 4 video files from Aperture into FCPX. For some reason there seems to be no way to do this. Please do not suggest I import the videos directly from my iPhone. #1 the videos are already off my phone and #2 I have no desire to import all my iPhone videos separately into FCPX when I am already importing them into Aperture along with my photos.

    You have to drag them from their location, (finder or iPhoto etc) into one of the events in the event list of FCP X.

  • How do I import a project from GarageBand into Logic Pro X?

    Trying to imporrt all my projects from Garageband into Logic Pro X.

    Open Logic X.  Go to the help menu and select "logic pro help."  Type garageband into the search bar.  You will have one result to choose from.

  • How can I Import photos directly from Mail into iPhoto?

    Prior to updating to Lion, when viewing photo attachments within Apple Mail, I could do a quick preview of attached photo(s) within the email and click an iPhoto icon that would import the photos into iPhoto. Something has changed now when selecting "Quick Look" I do not get an option to send the photo to iPhoto. Am I missing somthing or is this feature no longer available with Lion/Mail?

    Not sure if this helps or not. I recently installed Lion for my mother, and she couldn't figure out how to export photos in an email to iPhoto. Turns out she had to click on Details in the upper right corner of the email message. Then the Save and Quick Look buttons returned. If you click and hold on Save (possibly on the triangle on the right side of the button) there is an option to save to iPhoto.
    I haven't upgraded to Lion myself yet so I can't answer your specific question regarding saving to iPhoto from the Quick Look preview.

  • How can I import selected photos from iPhoto into Premiere Elements on the Mac?

    I run Premiere Elements on a Mac (Lion O/S). I have more than 13,000 photos in iPhoto that I would like to be able to access from Premiere (to include shots relevant to the video I am compiling).  How do I do this?
    I also have Photoshop Elements but not yet installed it since I do not want to replicate all these photos - will consume too much hard drive space.
    I look forward to your advice.
    Thanks
    John W
    Sydney, Australia

    The way I do this on my iMac : I select the required photos in iPhoto, then I export them on a specific folder I create for the video,
    generally a subpart of the area where I have captured my HDV footage with Premiere Elelements.
    Then, I import these specific pictures in my Premiere Elements project.
    For Photoshop Elements, it has 2 parts : the organizer of your library, which requires to create a copy of your photos, and the modifier
    which you can use as a complement to iPhoto only to modify your pictures with  possibilities given by Photoshop.
    As I have enough space on external hard drive, I use Photoshop and iPhoto to have permanently a back-up copy of my pictures.
    It was my choice related to my configuration.
    Bonne chance.
    JM
    France

Maybe you are looking for

  • The Apple TV is not working

    Hello All, I bought a Apple TV and i connect it sucessfully to my Phone but i can't connect it to my Mac Pro. I looked to Youtube and i searched around, finally i found that there is an icon need but its not showing in the display " Airplay ....." So

  • JDBC adapter in BE mode

    Hi all, Scenario: JDBC to RFC synchronous. Rows are picked from DB and fed as input to RFC. On successful RFC response, one of the DB field(Status) has to be updated to 'P'(processed) For this i have configured, JDBC sender adapter in BE mode RFC rec

  • How can I combine Apple IDs so all devices are same

    Somehow I ended up with 2 apple ID's and my devices wont share from Mac to Iphone, Ipad and mini...... How can I change them.  Changing Apple ID wont work as rescue email is one of the accounts names I want to change.   And cannot get back into "resc

  • How come when I block one website under parental controls, other websites become blocked?

    I am a teacher and have found it necessary to block facebook. I am doing this under Parental Controls. Unfortunately, my students also frequent an Adobe website, I have discovered that by blocking facebook this site and others are not accessible. I t

  • Managed accounts in Mountain Lion have no access to App Store?

    My son who uses a managed account now has no access to the App store, this happened after updating to Mountaion Lion. If I convert his account to an administrators account it works fine, switch it back to managed and the problem returns even though t