jxl + writing into an existing excelsheet

Status
Nicht offen für weitere Antworten.
B

bootsy

Gast
Hi,

I want to manipulate Datas in an existing Excelsheet. First is writing a Value into a Formula-Field (ig. C5 = C4+1000). Then I want to read out the new Value. The Problem is to write into an existing Sheet. Maybe I'm just to silly to find the solution but it can't be to dificult...?

First I have to open the Workbook:

Code:
// no good because this way I get an simple Workbook...
WritableWorkbook wrWb = Workbook.openWorkbook("MyWorkbook");

// here I create a new WritableWorkbook
WritableWorkbook wrWb = Workbook.createWorkbook("MyWorkbook");

Can you please say me how that works?

Kind regards,
Ulli
 
G

Guest

Gast
that does not work... You do only can edit a copy of a excelsheet!
 
Status
Nicht offen für weitere Antworten.
Ähnliche Java Themen
  Titel Forum Antworten Datum
MoxxiManagarm Mapping into existing object Allgemeine Java-Themen 15

Ähnliche Java Themen

Neue Themen


Oben