related to OpenOffice.org Calc, a spreadsheet application which is similar to Microsoft Excel.
-1
votes
1answer
19 views
Convert .csv to .txt
It is any plugin for open office to save .csv file into .txt files? With Microsoft office it is possible, but i can't see any options with open office.
I have found this, bat that don't work, link
0
votes
1answer
19 views
Workbooks(ThisWorkbook.Name) equivalent in starbasic
What is the equivalent of
Workbooks(ThisWorkbook.Name)
In libre office macro (StarBasic)
I would like to use Workbooks(ThisWorkbook.Name) like
below
With Workbooks(ThisWorkbook.Name)
While ...
0
votes
0answers
5 views
Change border color in OpenOffice - macro
when I have table in Open Office and i´ve got there some values (for example 23 and 26) and i need circumscribe all numbers beteen this values, how can i do it in macro? For your imagination, i post ...
0
votes
0answers
8 views
Open Document File Validates as 1.2 Conformant but still shows corrupt in OpenOffice 3.4
Really stumped here. I have downloaded the most current OpenOffice (3.4.1) and I hve made a made a archive for OpenOffice and verified Conformant on http://odf-validator.rhcloud.com/ but when I open ...
0
votes
2answers
30 views
How to save .ods spread sheet (OpenOffice.org) to .xlsx (MS Office Excel 2007)
Recently i switch from MS office to OpenOffice.org 3.4.1.
Here are my Queries:
I was not able to save .ods spread sheet to .xlsx 2007 Format.
The option which i got when i use Save As was ...
0
votes
1answer
14 views
Libreoffice/Openoffice Calc - append string to cells
I need to add .jpg at the end of all he cells in one or more columns
9788895249971 into > 9788895249971.jpg
9788867230129 into > 9788867230129.jpg
9788867230273 into > 9788867230273.jpg
...
0
votes
1answer
41 views
trying to extract contents.xml from openoffice spreadsheet ods file in c++ program
Anyone know of a way to unpack a ods file and read the contents.xml file?
In my program I'd like to be able to open my ods file, and extract the xml file for parsing.
Ive looked at minizip, but ...
0
votes
0answers
6 views
How to interact openoffice API using calc/writer files
I need to interact with openoffice using API.
Is there a way to read/write ods/odt files from CLI engine?
the prefer way is using windows shell CLI.
0
votes
1answer
16 views
How to sum entries that have same ID OpenOffice - Calc
I have a spreadsheet similar to the one in the screenshot.
From this I want to sum all the entries in Data 2 which have the same Data 1 ID and store it in another column. So something like this:
...
0
votes
0answers
45 views
Running a OpenOffice BASIC macro in Calc using Java
I have a BASIC Macro in OpenOffice 3.3 stored in "My Macros > Standard > Module 1". I want to run the BASIC macro with Java in my OpenSUSE Linux PC. I have referred this SO question and OpenOffice ...
-1
votes
0answers
41 views
How to Generate an OpenOfficeCalc (spreadsheet) .ods from an HTML table using PHP [closed]
I've been searching for answers on how to generate an openoffice spreadsheet from an html table using PHP but all the related questions and answers are about Excel. Can somebody help me on how to ...
0
votes
1answer
16 views
How to create series of date using open office
I am new to Open office how to create Series of Date in Openoffice
For example
If I am entering the date as 04/APR/2013 (2 months) this has to increase in each below column. The most important thing ...
1
vote
1answer
69 views
Apache POI modify chart without using named ranges
I need to present data from my db into an .xls spreadsheet.
I can read/write to the xls file without any issue, but obviously I cannot create the chart from scratch.
I read every documentation I ...
0
votes
0answers
6 views
OpenOffice Calc Trend Line over selection of data
I have a column of daily expenses ranging from February to now which I plot against time.
I would like to calculate trend lines for the expenses for separate months. How can I do that in OpenOffice ...
0
votes
1answer
61 views
Finding the mean and standard deviation of a data column in OpenOffice Calc
I have several data columns with 400 to 500 entries in each in a Calc spreadsheet. For each of these columns, I would like simply to be able to find the mean and standard deviation, but don't know how ...
0
votes
1answer
106 views
C# Project, GAC, DLL
i'm having a problem with my built Application.
I have a project taken from here modified it and implemented in my programm.
Shortly, this TableProc project generates a report to OpenOffice Calc and ...
0
votes
0answers
111 views
OpenOffice Calc dynamic data range references for charts
I have an OpenOffice Calc spread sheet that I'm using to track some data. I have three charts made from the data. I periodically add more data to the spread sheet. My current way to propagate this to ...
1
vote
2answers
42 views
how to add spreadsheet column using rubygem 'rodf'?
I'm trying to take a one column open office spreadsheet as input to a ruby script and write a result for each cell in that column in the column next to it. so, to illustrate:
input:
A
--------
1| ...
0
votes
1answer
28 views
OpenOffice predict number of days
I am counting my days of presence in Canada for citizenship purposes. The rule is that out of the last 1460 days you need to be present for 1095 days ( I am well aware of how poorly presence is ...
0
votes
0answers
28 views
openoffice combine 1 row table 1 with 100 rows table 2
I have 1000 rows with geocoordinates in table 1 and in table 2 I have 40 geoquests in rows.
What is the easiest way combine these 2 so each I have 40 quests in each of the 1000 locations.
thanks in ...
1
vote
1answer
56 views
Representing multiple values in delimited seperated value file
Currently i'm working on transforming a xml file to delimited seperated file.I was pondering over the idea of representing multiple values of an attribute field..Currently my idea is to represent the ...
0
votes
1answer
160 views
Changing cell color based on value
I have a libreoffice/excel spreadsheet that has thousands of rows in one column. I would like to have the cell change color base on it's value. How can this be done?
Example:
23
42
42
53
56
...
0
votes
1answer
85 views
Inserting values in libreoffice / excel without using autofill
I have a libreoffice sheet that I would like to have the rows increase by 1
example:
1
2
3
4
The problem is I know I can do this with autofill but I have 50000 rows and dragging down takes awhile.
...
0
votes
1answer
40 views
+50
Cell content inside formula
Is it possible to place the content of a cell inside a formula. By formula I mean the math formula editor (insert->object->formula).
0
votes
0answers
136 views
OpenOffice Calc Basic - setting data validation for cells range
I try to set data validation property for a range of cells; range is a column without a few starting rows (say from row 2 to the last row). Another cell is used as a source of the property.
The below ...
0
votes
0answers
47 views
OpenOffice Calc Basic - freezing screen updating
How can I temporarily freeze screen updating in OpenOffice Calc Basic macro ?
I try the following, but it does not work - screen is updated nevertheless:
oDoc = ThisComponent
oDoc.lockControllers()
...
0
votes
1answer
120 views
Get name of column with highest value in a row [closed]
I need a formula to get the name of the column with the highest value in each openoffice (libreoffice) calc row, ie:
A0 | A1 | A2 | A3
------------------------------------
field1 | ...
0
votes
1answer
260 views
How to find duplicates values and keep only those rows?
I am checking an huge Open Office Calc list on multiple values in column C.
I have a file like this
A B C
jan 1 Joop 35,90
jan 1 Kees 80,10
jan 2 Joep 79,99
jan 4 Kip ...
0
votes
1answer
77 views
Finding the last non-empty cell across multiple sheets
I want to write a formula that looks at the value of a specific cell across other sheets and returns the last non-empty value.
For example, if:
Sheet2.B5 = 3
Sheet3.B5 = ""
Sheet4.B5 = 6
...
0
votes
1answer
63 views
Open office calc dynamic cell selection
So I have what I think is a pretty simple problem in open office calc I want fixed, but I can't find the answer anywhere.
If this is my table:
A | B | C
5 | 2 | ?
3 | 1 | ?
I want C ...
0
votes
0answers
91 views
How to import pipe delimited text file into openoffice?
I have plain file like the next
Johh|120,5|Barcelona
Mary|200,1|Paris
Jose|90,2|NY
I would like to create a Macro that reads the file and put every line in 1 Cell. After that I will split it to 3 ...
0
votes
1answer
122 views
how to: list all possible permutations of two columns of text in Openoffice Calc or Excel
I'm trying to do the following:
I have a sheet with 2 columns of cells with text input.
Now, I would like to generate all permutations, and preferably paste them in a separate sheet.
Is there anyone ...
0
votes
0answers
81 views
Problems working with COM object in Open Office Basic
I am considering to switch from Excel to Open Office (actually to Lotus Symphony).
I have many Excel files with VBA macros that connect to CAD, CAM and other applications, and to my own COM objects.
...
0
votes
1answer
142 views
automatic insert of a new row in Libre/Open Office Calc Sheet
I am looking for a solution in Libre/Open Office Calc, to automatically insert a new row if all the fields of the current row are filled with data.
A bit more detailed:
There is a spreadsheet in ...
0
votes
1answer
36 views
Return a part of a fraction in Calc Openoffice.
What I would like to do is have Calc OpenOffice return the value of the denominator of a cell. I could do this with right or left, but then i'm constrained by the position.
Is there a way for me to ...
0
votes
0answers
183 views
Why Open/LibreOffice Calc adds redundant columns and how to stop/avoid it?
I'm trying to write some simple converter from ODS to CSV tables.
Problem is: during the time Open/LibreOffice adds more and more empty redundant columns to table rows. They do not appear in any ...
0
votes
0answers
70 views
How to detect current spreadsheet's base date in OpenOffice Basic macro?
I got tired of dates being off by 1462 when I copy-paste data between OpenOffice and Excel documents, so I wrote some macros for converting ranges between the OO 12-30-1899 base date and presumably ...
0
votes
0answers
80 views
openoffice calc sheet reference [closed]
i need to write a formula that reports a cell contents from other sheet.
Example ='sheet6'.H66
I'd like to use as sheet name ('sheet6') the content of other cell; i.e. sheet6 should be read from a ...
0
votes
1answer
184 views
Make row number of cell in Libreoffice a variable
When I'am going to join two columns in the Libreoffice Calc, it seems that I have to do this by programming in Python for as far as I know, there is no way to index a cell by variable, specifically, ...
1
vote
1answer
172 views
Can python read the value of a cell in a spreadsheet?
All,
Can python read the value of a cell in a spreadsheet?
From a mapping/GIS/analysis standpoint: the simplest example would be a script that ran a buffer (proximity) tool on a given shapefile (GIS ...
-2
votes
1answer
70 views
how to add new sheets to existing ods file
I am able to create an ODS file using java with the help of this link http://www.jopendocument.org/start_spreadsheet_1.html but this is not fulfilling my requirement.
I want to add data in multiple ...
0
votes
1answer
159 views
Is it possible to automate Excel without having it installed?
I don't have Excel installed; don't have a license for it, and don't want to pay the $$$. I use Open Office.
However, I need to automate xls files. Is it possible to programmatically convert these to ...
0
votes
1answer
81 views
How to add prefix and subfix in OpenOffice Cell - and merging into new cell?
How can I add prefix and postfix in a cell? I need to insert 30000 Data Set.
Is there any automation?
Cell A , Cell B , CellC
word , word-type , meanings
Love , n , to like or enjoy something very ...
0
votes
1answer
247 views
OpenOffice Calc - find last cell in a row with data
I have a spreadsheet which contains a list of songs and the dates that they are used.
I would like to be able to have a cell at the beginning of the list of dates, which simply displays the last date ...
0
votes
1answer
126 views
OpenOffice spreadsheet listener
I want to track user inputs into a LibreOffice / OpenOffice spreadsheet with Java. Currently, I started with the first LibreOffice examples and would like to attach something similar to a
...
0
votes
2answers
158 views
Formula or Macro for Open Office calc to retrieve Comments (annotation) from a Cell
I need to harvest and colate data from an oOcalc workbook.
Part of the information is presented as comments on the cell.
I cant figure out a formula to do it and Im not familiar with oOcalc DOM's to ...
1
vote
0answers
262 views
Using LibreOffice Base by macros or any tools in Calc
I have a database in LibreOffice Base, two columns "articul" and "price". This database is registered in LibreOffice and I have access to this base in LibreOffice Calc. Can I get this data from cell ...
0
votes
0answers
105 views
How to place HTML text into OpenOffice spreadsheet using OpenOffice API
How to place HTML text into OpenOffice spreadsheet using OpenOffice API
I have found a solution for ODT-Textdocuments.. (but nothing for a SpreadsheetDocment):
Load odt document where we want ...
0
votes
1answer
181 views
How to get current value show in listbox in a cell for an Open Office Macro?
I am trying to yank the value from a listbox which is in a cell. Whenever I query the value however, it returns the first entry in the listbox, regardless of the current selection showing in the cell.
...
0
votes
0answers
65 views
Hiding/unhideing rows based on yes/no answer in open office spreadsheet
I am looking for help with a macro or other solution to a problem in Open Office. I am working a spreadsheet that will have a drop down box that one can choose "Yes" or "No". When yes is chosen the ...




