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
User Profile
Collapse
-
How to download POI API to read a word file
-
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");... -
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; //...Leave a comment:
-
nehacredo started a topic Automation Server can''t create object While copiying A PDF file in Textareain JavascriptAutomation 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");... -
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" %>...
No activity results to display
Show More
Leave a comment: