Search Result

Collapse
6 results in 0.0023 seconds.
Keywords
Members
Tags
embed
  •  

  • charles07
    started a topic embed excel or .csv in webpage
    in PHP

    embed excel or .csv in webpage

    hi all

    is there anyway embedding excel or .csv files to the webpage other than the folowing two options

    . saving it as a webpage
    . using google docs

    i used the following code, iam getting the .csv file in the page, but it would be good to have the color formatting, bold, italics... also in the webpage.

    is it possible?

    Code:
    <?php 
          $cnx = fopen("example.csv",
    ...
    See more | Go to post

  • Steven Wright
    started a topic Why is my background being pushed down?

    Why is my background being pushed down?

    I had a functioning background, until I embedded an .swf file on the page. Now the flash is hanging out in the top left corner, and it pushed the background image down below it. Why is the .swf file above the background, and not on it?

    Here is my code:

    (HTML - .swf)
    <embed id="slideshow_0 1" width="550" height="400" allowscriptacce ss="always" allowfullscreen ="false"...
    See more | Go to post

  • Michael Brown
    started a topic How to embed ODBC settings in a file?

    How to embed ODBC settings in a file?

    Hi,
    I have designed an application in Access and I'm linked to existing tables via ODBC connection. It is likely that the users of this application will not have the ODBC connection set up on their computers, it is also likely would not have the rights to do so.

    Is there a way I could embed the connection setting in my .mdb file or any other file for that matter?

    Let me know if any extra information is requir...
    See more | Go to post

  • ahirmayur
    started a topic How to display office documents in PHP?
    in PHP

    How to display office documents in PHP?

    I am developing an application where I needed to display various documents like PDF, MS Excel, MS Word, PPT etc using php how to do it?
    See more | Go to post

  • bhbrayeun
    started a topic how to embed image(png) to Excel using php
    in PHP

    how to embed image(png) to Excel using php

    I use below to output data to a excel file using PHP,
    Code:
    echo "<html xmlns:o=\"urn:schemas-microsoft-com:office:office\" xmlns:x=\"urn:schemas-microsoft-com:office:excel\" xmlns=\"http://www.w3.org/TR/REC-html40\">";
    		echo "<head>";
    		echo "<meta http-equiv=Content-Type content=\"text/html; charset=us-ascii\"> <meta name=ProgId content=Excel.Sheet><meta
    ...
    See more | Go to post

  • How to embed Power point presentation file in VB 6.0

    Hi everyone,
    I've created a VB application.
    It contains a combo box which holds a list of .pps files.
    A OLE container
    And a command button

    The main theme of this project is,
    When a user runs project
    1. A menu of Powerpoint Files list will be displayed in combo box
    2. User has to select any one file at a time.
    3. Then clicks on Command button,
    4. The selected .pps file...
    See more | Go to post
Working...