Question:  How do I update an Excel spreadsheet in Acrobat?

Uploaded in Excel, the sheet cannot apparently be changed. 
What do I need to do?

Hi Grahame,
May I suggest you install the 30 day free trial of Acrobat XI Pro?
This will allow you to edit the PDF.
Let me know if you have further questions.
Kind regards, Stacy

Similar Messages

  • 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 can I get an excel spreadsheet onto the iPad and make changes to it?  I need this for a meeting this afternoon.

    How can I get an excel spreadsheet onto the iPad and make changes to it during my meeting this afternoon?

    I just bought splashtop, you have to have your home computer online,and download the pc version.  I have used it ot watch movies and to "go to work" on my ipad.  It controls the desktop through the ipad.  Whiteboard by splashtop does that and more and is on sale.  The education director at the hospital I work at is using that one.
    Splashtop 4.99 remote desktop(or laptop) control. Whiteboard 9.99 is remote control and more 9.99
    Julie

  • How do I download a excel spreadsheet from my iPad back to my Mac Pro laptop

    how do I download an excel spreadsheet from my iPad back to Mac Pro. the tech at the store showed my how to upload but not down load.

    It kind of depends on how it is setup to sync. You can try to reverse his steps.
    If you have icloud and use numbers - it will be done by icloud and you don't need to do anything
    If he used file sharing in itunes, you need to drag that document backwards.
    You can also email it.
    And perhaps there are other ways as well.

  • Somebody Knows how to use Roambi with Excel spreadsheet? I leed the process. Thanks

    Somebody Knows how to use Roambi with Excel spreadsheet? I leed the process for my IPAd

    I don't even know what it is, but have you explored the support available from the developer?  http://www.roambi.com/iphone-videos.html

  • How do I update a reinstalled version of Acrobat Pro 9 from 9.0.0 to the current version?

    How do I update a reinstalled version of Acrobat Pro 9 from 9.0.0 to the current version?

    Under the Help option in the top toolbar there should be an option for Updates...

  • How to search through an excel spreadsheet for a number based on restrictions that you input as a user and print them out?

    Hi there guys
    I'm trying to write a labview program and i'm new to the program. I need the program done asap. First the user inputs the row number and then based on the row number it opens and reads an excel spreadsheet file which is just a table and it outputs the numbers corresponding to the column I ask for. How do I go about doing that? I saved the file as a .lvm so Labview could read it. Its a project for school and I have no idea how to start it. Any help would be greatly appreciated.
    Thanks guys a lot 

    Ummm... what file did you save as .lvm, and what does this have to do with an Excel file? To read/write Excel files you need to use ActiveX. There are a couple of shipping examples on how to do this in LabVIEW. Plus, this has been asked like a zillion times, so there's tons of examples in this forum if you just do a search. Plus, there's an Excel thread that has lots more examples.

  • How to get an effective EXCEL Spreadsheet as output for Oracle report 10g

    Hi All,
    I am a newbie in Oracle reporting. I am using 10g. I have an oracle report whose output format is PDF from the user interface. User asked for Spreadsheet output. I changed the JAVA CODE "desformat" = Spreadsheet and got the report in Excel. But this report is not as expected as it has many blank cells, misplacements etc and looks really ugly. so Is there anyway to get an excellent spreadsheet as output.
    If anybody needs any more information on this, please let me know.
    Thanks in advance.

    Thank you so much Marwim. Your suggestion is very helpful. But I have some other Oracle reports which have only one .rdf file giving output in both pdf and Excel. This doubt might be silly. Almost same features were existing for the rdf what I am working now. For the remaining reports, it was given that DESFORMAT=SPREADSHEET , what this report lacks. I googled and found these links http://docs.oracle.com/html/B13895_01/orbr_paptoexcel.htm &
    http://docs.oracle.com/html/B13895_01/orbr_paptoexcel.htm#CIHFDJAJ . But they are not intended for excel output. they generate only web layout in spreadsheet form. Could you please suggest any other ways to achieve this.
    Thank you in advacne.
    Edited by: user07960 on Jan 10, 2013 10:47 AM

  • How do I take an excel spreadsheet for my pc and work on it on my ipad2 in numbers?

    How do i take an eccel spreadsheet from my pc and work on it on my ipad2

    You can use a 3rd party App like Quickoffice to Add it to your iPad using File Sharing? The App can open, edit and safe the .xls file to iPad.
    http://i1224.photobucket.com/albums/ee374/Diavonex/fb272a97.jpg

  • How can I integrate an excel spreadsheet to div tags?

    I am a high school student and we are having a "contest"
    Whoever can make the best website for our school will have their website published and will not have to take the final exam.
    I believe that mine is the best in the class so far but there is one thing i really want to do but can't figure out how to.
    I want to make an easy to edit calendar using Excel.
    I want to have it so that I have 1 table in the page, it is 7x7 with the top row made of a single large cell.
    I want to have it so that I cna change the excel sheet and the table will change with it. for example
    A1: November 2011
    B2:Sun
    B2:Mon
    C2:Tue
    D2:Wed
    E2:Thu
    F2:Fri
    G2:Sat
    A3: 
    B3: 
    C3:1
    D3:2
    E3:3
    etc. so that it looks like a calendar for that month on Excel.
    Then I use spry tooltips to show what happens that day when you hover over the days. like
    I1: 
    J1: 
    K1:Nothing today.
    L1: School Dance, 5:00 PM
    etc.
    Then I want to be able to edit the code in Dreamweaver so that the table/tooltip boxes show that. with the idea of siplicity
    so I put in the line something that makes box A1 on the table show what is in box A1 on Excel.
    And the tooltip contains the text within the related box. Is there any way I can do this?
    And remember I am just a student and have little experience in Dreamweaver but I can learn fairly easily.

    The way a web-based calendar operates is that the calendric information is placed into a data-management application (like MySQL or Oracle, for instance) that is running on a server accessible from the website.  Then a page on the site containing server-scripting commands fetches this information from the database, formats it as desired, and displays it on the page.  An Excel file is generally not suitable to use as a web-based receptacle for data because it will not allow 'scaling', i.e., simultaneous access of the same record by multiple users. 
    An alternative to this would be to build your information into an XML data file, which can be read by the webpage and displayed as if the data were coming from a database.
    Given that information, it should be clear that:
    1.  Your data source would need to be something that is accessible to the website - that means NOT something on your computer or any workstation in your school.
    2.  Your data source would need to be something derived from your spreadsheet - that means NOT your spreadsheet file itself.
    3.  Your data display would have to be custom built on your webpage.
    Now - there are applications that can take an XLS file and convert it to a web page (Google "Excel to web page").  But you would have to do the conversion and upload the result to the web site after each update of the calendar.
    Does that help?

  • How can I get my excel spreadsheet to work in numbers

    How can I get this budget sheet to work in numbers when it's from excel.

    I couldn't get the picture of the whole thing it wouldn't load but you see where it say like 700.00 then below that it say 175.00 well that part works telling me what I need to know but when it get to where it says the 850 it stops working? it won't sum it out or something I'm not great with excel and this was sent to me by a first and it's our budget plan and I really need to be able to use it

  • How can I open an excel spreadsheet which somebody has emailed me on my Ipad

    I have been emailed a spreadsheet which I can open on my Ipad and Iphone  but the cells which hold the data are distorted.  I can see the cells clearly on my laptop which has Libre Office on it, but not the Ipad.  Do I need to download an App or convertor to my Ipad and my Iphone?

    Look at the Rccharles answer on this post.
    https://discussions.apple.com/thread/6033082?tstart=0
    Also, you can download these free MS Office apps (Word, Excel, PowerPoint) to view (but not create or edit) these files.
    https://itunes.apple.com/us/app/microsoft-word-for-ipad/id586447913?mt=8
    https://itunes.apple.com/us/app/microsoft-excel-for-ipad/id586683407?mt=8
    https://itunes.apple.com/us/app/microsoft-powerpoint-for-ipad/id586449534?mt=8
    Microsoft Office for iPad:Early Reviews of Word, PowerPoint & Excel Apps
    http://ipadacademy.com/2014/03/microsoft-office-for-ipad-early-reviews-of-the-wo rd-powerpoint-excel-apps
     Cheers, Tom

  • How to output to an excel spreadsheet?

    I am trying to grab a generated value after creating say a company using databank and inserting the new value in the same record, in a new cell.
    any feedback appreciated

    in case you dont have to use the same Databank file as you are using...maybe some simple FileIO could do the trick?
    ---THIS CODE REQUIRES THE EMPIRIX UTILITIES Library ---
    Dim m_util As EmpirixUtilities.FileIO
    Set m_util = New EmpirixUtilities.FileIO
    Dim resultb As Boolean
    Dim mstatus As String
    Dim myCompanyName
    'add some code to get the companyname from a field or somewhere else...
    'then write a line to an external file...
    resultb = m_util.WriteToFile("c:\Test.txt", myCompanyName, Append, mstatus)
    Call RSWApp.WriteToLog(CStr(resultb), "", mstatus)
    Set m_util = Nothing
    if you want you can then later read this info with a litte VBA as well...and make use of it in your script...
    hope it helps...
    /m

  • How do you update an AIP installation of Acrobat Standard 10.1.1 to 10.1.7 without uninstallation?

    I am attempting to to update my clients to Acrobat Standard 10.1.7 from 10.1.1.
    They were installed via command line during the machine build using an AIP of 10.1.1.
    I have created a new AIP for 10.1.7 so future installs will already be at 10.1.7.
    I DO NOT have SCCM and can't afford it.
    I need to be able to do this via Group policies, or scripting.
    The only way I've figured out to accomplish this is to do a full uninstall of the product and reinstall from a batch script.
    There has got to be an easier way.
    Please let me now if there is any way this can be accomplished without the full uninstall.

    You can't patch 10.1.1 with 10.1.7. See http://helpx.adobe.com/acrobat/kb/update-patch-acrobat-reader-10.html.
    See also: http://www.adobe.com/devnet-docs/acrobatetk/tools/AdminGuide/aip.html
    I think a full uninstall is required.
    HTH,
    b

  • How do i update Installed AIR Applications? // General Questions

    Hi,
    first of all, i'm completly new to AIR. However, i made my way through your product documentation and i'm now able to deploy AIR and a AIR Application (SFDC Chatter) and register it.
    Works fine so far, but some questions:
    - How can i update installed AIR applications? If i just try to re-install it, the installer will fail with exit code "9"
         -> How can i update them directly? If this is not possible
          -> How can i uninstall AIR applications in a large enterprise environment?
    - Where is the ARH Tool that is described in your product documentation?
    - When installing AIR as SYSTEM User (I'm using SCCM) where is the logfile?
    - Do you recommend updating AIR on a regular base? Are "older" applications compatible with newer AIR Versions?
    Thanks for your replies!
    Ben

    Hi Ben,
    I'd recommend taking a good look at our captive runtime option that is available in AIR 3.0 and higher.  While you have to roll your own installer (and updater) this could be as simple as a zip/batch file combination.  It also allows you to use the runtime that you prefer and not be dependent on what the user installs or uninstalls.  You do have to be mindful of security implications, but it's definitely the way I'd go.
    http://www.adobe.com/devnet/air/articles/air3-install-and-deployment-options.html
    http://help.adobe.com/en_US/air/build/WSfffb011ac560372f709e16db131e43659b9-8000.html
    As for updating, it should be as simple as increasing your app descriptors version number and installing again.  This article explains how you can also use our update framework: http://www.adobe.com/devnet/air/articles/air_update_framework.html
    The ARH tool can be found here:
    Mac: http://airdownload.adobe.com/air/distribution/latest/mac/arh
    Win: http://airdownload.adobe.com/air/distribution/latest/win/arh.exe
    Linux: http://airdownload.adobe.com/air/distribution/latest/lin/arh
    Thanks,
    Chris

Maybe you are looking for

  • What zip format does FLA files use, and is there a API for editing them?

    I really need to programmatically modify FLA file.  I understand that they are some kind of ZIP archive, but 7-zip cannot open them at all, and although WinRAR and Windows Explorer will open the archives, it will report that the archive is corrupt if

  • Links won't work properly in Firefox.

    Hi there, So whenever I open a link to my grocer (Loblaws), or certain links from my Outlook (formerly Hotmail) inbox (I've included a link from Match.com as an example), I get a grey tab. http://www.loblaws.ca/LCLOnline/store_selector.jsp?_DARGS=/LC

  • Is there any plan to have Maintenance Wizard on Windows platform?

    I am planning to upgrade our 9i/11.5.10.2 to 11g/R12 on Win2000. The client doesn't have UNIX/Linux in the shop. It seems we can't use Maintenance Wizard for the upgrade. Is there any plan to have Maintenance Wizard on Windows platform? Thanks, Jenny

  • Using Photoshop on a mac with Yosemite Installed?

    Since I installed Yosemite On my 15" Macbook pro my Adobe desktop application no longer works. If I try to open it it greys out and fades away? Does anyone know how to fix this problem?

  • How to automatically subtotal data

    My spreadsheet has text data in columns A:D.  Data header row is 3.  Numerical values start in column E and may go out 2 months or 36 months.  I am currently manually formatting the reports.  I provide one report sorted  on Column A (Sales person Nam