User Profile

Collapse

Profile Sidebar

Collapse
nehacredo
nehacredo
Last Activity: May 29 '07, 05:12 AM
Joined: May 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • nehacredo
    started a topic How to download POI API to read a word file
    in Java

    How to download POI API to read a word file

    hi all..

    i wanna read a word file using POI API.. for that i tried to download POI API. but some error z coming for that.. for that which jar file i have to download.. how can i do that.. if anybody knows. please send me the download URL.. bcse i tried in Jakartha POI API only.. its not getting any jar file..
    anyone pls send that URL..

    thanx in advance
    neha
    See more | Go to post

  • nehacredo
    replied to upload a text file into database
    in Java
    dis jsp code help u for uploading text into database

    <%@ page import="java.sq l.*"%>
    <%@ page import="java.io .*"%>
    <html>
    <head>
    <title></title>
    </head>
    <body>
    <%
    try
    {
    String name;
    String address;
    String path;
    name=request.ge tParameter("nam e");
    address=request .getParameter(" address");...
    See more | Go to post

    Leave a comment:


  • u can read a word/txt File using this code..i hv copied my code here..check it out..
    <html>

    <head><title>sn ook.ca load document</title>

    <script language="JavaS cript">

    <!--//

    function loadworddoc(){

    var doc = new ActiveXObject(" Word.Applicatio n"); // creates the word object

    doc.Visible=fal se; //...
    See more | Go to post

    Leave a comment:


  • Automation Server can''t create object While copiying A PDF file in Textarea

    hi all..

    when im copying a PDF file content to a textarea using JavaScript i am getting an error "Automation Server Can't creat object" why it is coming...
    im copying my code here.
    [HTML]<html>
    <head><title>PD F File Load document</title>
    <script language="JavaS cript">
    function loadpdf()
    {
    var PDF=new ActiveXObject(" pdf.PdfCtrl");...
    See more | Go to post
    Last edited by acoder; May 18 '07, 11:44 AM. Reason: Code in tags

  • How display a word file content in internet explorer using java

    hi alll..

    i wanna display a word file content in a browser..how can i do that..i hav done one coding in that i can display the contents...but with contents some symbols also coming...
    anyone pls help me
    my code...
    <%@ page import="java.io .*,javax.servle t.http.HttpServ letRequest,java x.servlet.Servl etInputStream" %>
    <%@ page import="java.io .FileWriter,jav a.io.IOExceptio n" %>...
    See more | Go to post
No activity results to display
Show More
Working...