Tagged Questions
The calc tag has no wiki summary.
4
votes
2answers
1k views
How can I convert hexadecimal to decimal numbers in calc of Emacs?
How can I convert hexadecimal to decimal numbers in Emacs calc?
For example, if I enter FF, I want it to convert it to 255.
UPDATE: How do I get the reverse operation, turn base 10 to base 16?
3
votes
1answer
256 views
polyfill for CSS3 'calc()' under webkit?
Many of us have been thrilled with polyfills to make IE less of a drag. But my beef is with WebKit. What the hell, WebKit? You're so awesome at everything else; why did you have to go and not ...
3
votes
2answers
334 views
Using an org-mode table in emacs to convert units using calc
Is there a way to use an org-mode table to do automatic unit conversion?
I cannot get it to work. What I wanted to do is using a simple table where i can input some weights in ounces and let emacs ...
3
votes
4answers
220 views
Function to calculate with decimals in Java
This code is works fine when you type 22 and 56 for example, it shows you the correct result
import java.util.Scanner;
class apples{
public static void main(String args[]){
Scanner villy ...
3
votes
2answers
2k views
Are there OpenOffice.org export components for Delphi (non-OLE)?
For document exchange, I would like to generate OpenOffice.org text and spreadsheet documents. So far I have found export components which require OpenOffice to be installed, using OLE.
Are there ...
2
votes
2answers
42 views
How to calc rails models columns
I have model Article.
migration file:
class CreateArticles < ActiveRecord::Migration
def change
create_table :articles do |t|
t.string :name
t.string :description
t.string ...
2
votes
2answers
91 views
Adding up the item values in a list with Emacs/Org-Mode
Is it possible to add up values in a list so the value next to 'Items Total' is the sum of all the sum items? Something like -
* Items Total [10]
** Items 1 [1]
** Items 2 [5]
** Items 3 [4]
Or ...
1
vote
3answers
54 views
Excel column concatenation
I've got a spreadsheet containing several sheets, and I want to put all values from column A from each sheet into a single column on another sheet. Is this possible? Alternatively is there an easy way ...
1
vote
0answers
62 views
Openoffice calc remote updating
I'm new to Openoffice and calc so please excuse what may be a silly question.
I don't have any reason to suspect it's possible but can a calc spreadsheet be remotely updated from a website if the ...
1
vote
1answer
216 views
calculated in-document hyperlink in openoffice/libreoffice calc
I would like to create a calculated hyperlink that will target a cell within the same document. Insert>Hyperlink allows this option and uses the string #Sheet1!A1 , for the Cell A1 on Sheet1, for ...
1
vote
4answers
84 views
Behavior of Python ** and % operators with big numbers
When i put in Python interpreter a ** b % c with large a (20 figures) b (4 figures) c (20 figures) I saw that Python calculate it pretty fast almost like pow (a,b,c). I expect another behavior that ...
1
vote
2answers
352 views
Creating new Calc Document (OpenOffice) in C#
i'm trying to open new Calc document, and i'm getting this error:
System.IO.FileLoadException: Mixed mode assembly is built against version 'v2.0.50727' of the runtime and cannot be loaded in the 4.0 ...
1
vote
3answers
800 views
jquery CSS calc() function
i came across this page CSS LINK
i could't help but love the idea of that to calculate the outcome of different units...
however i tried this :
$('selector').css({'width':'calc(100%-20px)'});
but ...
1
vote
1answer
623 views
How to use Openoffice calc add-in that returns a range?
I am writing an OpenOffice calc add-in that returns a range of strings:
public String[][] myFunc(int v0, com.sun.star.table.XCellRange v1)
When I try to use the function in OpenOffice and set a ...
1
vote
2answers
367 views
Where is the current version of the Emacs calc?
I lost my installation of Dave Gillespie's calc.el by reinstalling Cygwin. It is not included with the default Cygwin install of Emacs. Who is considered the master maintainer these days? Is ...
0
votes
0answers
9 views
LibreOffice, Calc and sumif with date range
I have some data in that form
| A | DATE | VALUE |
| 1 | 1/1/12 | 10 |
| 2 | 1/2/12 | 18 |
| 3 | 1/3/12 | 12 |
| 4 | 1/4/12 | 19 |
| 5 | 1/5/12 | 15 ...
0
votes
2answers
33 views
Number of hits that meet single criteria under OpenOffice or MS 97 or even MySQL
Suppose:
I have a single table that holds the book ID, student ID and date of every book checked out this year.
How can I count the number of books that each student has checked out?
I currently ...
0
votes
1answer
59 views
Prolog compact?
I have a problem, I need to compact a derivative result like this:
0*x*x + 2*(1*x + x*1) =====> example: 0+2*(2*x) =====> 0+2*4*x====>8*x
Is it possible? Thanks for your help.
Regards,
...
0
votes
0answers
115 views
Libre office calc scroll
Is it possible to change scroll behavior in libre office calc?
For now it is always scrolling to the start position of next cell, but if I have large cell (bigger than display size) I can't see the ...
0
votes
0answers
221 views
How can I sorting the data in libreoffice calc using JAVA?
I have several columns on an spreadsheet and I need to sort the rows but I will sort them taking as reference the data of one column. I need to do this with Java.
0
votes
1answer
154 views
How to allow/force text to overflow into adjacent non empty cell?
It's all in the title.
I'm using Calc, but a solution for Excel would be helpful too.
I have text in one cell A that overflows to the next cell B. When I put something in B, text stops overflowing ...
0
votes
1answer
186 views
Merging data in Open/Libreoffice calc
I have 1 spreadsheet with 2 columns: "sku" and "old_url"
And another with "sku" and "new_url"
I want to make a new sheet with "sku", "old_url" and "new_url".
Some of the skus aren't in both, ...
0
votes
1answer
195 views
Merging data in Open/Libreoffice calc
I have two sets of data in csv format which share a field called "sku".
The second one has additional columns which need to be added to the first, but they have different sets of data, only some of ...
0
votes
0answers
26 views
how to order 3000 records in calc - row by row or col by col
a question regarding the formatting a sampled set of datas: how to order 3000 records in calc - row by row or col by col
Here on this site i have a number of Foundations... i want to copy and paste ...
0
votes
0answers
43 views
Getting the name of the custom button pressed
I'm sorry if this has been solved already - I'm unable to find it.
I've added a custom button to the Oo (3.3) Calc menu to run a macro that should insert a special character into a currently active ...
0
votes
3answers
322 views
CSS width 100% OR max-width in pixels
How one could create a CSS rule for width which
Uses 100% width by default
If 100% width exceeds certain pixel width (let's say 512 px), then the width is clamped down to this pixel width
I am not ...
0
votes
1answer
49 views
Calc - rounding up hh:mm:ss.00 to hh:mm:ss
I'm trying to round up time (hh:mm:ss.00) in openoffice calc, but to no success.
For example, I am trying to round up the following time to HH:MM:SS
01:41:32.69 -> 01:41:33
01:45:59.20 -> ...
0
votes
1answer
137 views
OpenOffice Calc - rounding up hh:mm:ss.00 to hh:mm:ss
I'm trying to round up time (hh:mm:ss.00) in openoffice calc, but to no success.
For example, I am trying to round up the following time to HH:MM:SS
01:41:32.69 -> 01:41:33
01:45:59.20 -> ...
0
votes
0answers
36 views
separation of adress and postal code in a calc-data chunk: make two or three columns out of one
good evening dear experts! :)
i have a large dataset consisting of adress-data: All is nice - some of the data is shown below: see the dataset - all in one column - what i want to have is the ...
0
votes
3answers
151 views
Open Office Spreadsheet Calculations
I need to fill in price fields in our billing system, and I need to basically do 6 * 1.99, 8 * 1.99, 10 * 1.99, all the way through 64. Then do the same thing for 6 - 64 with 1.79$, then again with 6 ...
0
votes
1answer
290 views
openoffice calc macro access current selection of a validation list
i have an openoffice dropdown select using list validation.
the problem is, that the list contains duplicate entries in a flat tree form - like:
Test 1
Subtest
Test 2
Subtest
Now i would like ...
0
votes
3answers
404 views
JQuery multiply only values that are not hidden
I am pondering how you would add up all values of inputs with specific names via jquery if their container Div is set to display block.
Something link if ($('#product_' + ...
0
votes
1answer
466 views
OpenOffice Automation create chart in calc using Delphi
Hello could someone please help me with the following, I try to create an OpenOffice calc chart using the OOoTools.pas interface. The code is this:
/////////////////////////////// CODE ...
0
votes
3answers
416 views
How do I detect an operator vs. int in C using scanf?
How do I read in the following input in my RPN calculator so that it will find the operator no matter what order?
2
2+
4
As of now my scanf only sees the first char in the string and I can only do ...
0
votes
1answer
939 views
PowerShell Script to automate data entry to OpenOffice Calc Spreadsheet
I would like to be able to automate data entry to an Open Office spreadsheet using a PowerShell script, in the same way that Excel can be automated using PowerShell (see this Scripting Guy example). ...
0
votes
1answer
302 views
OpenOffice.org: macro help
In OOo Calc
I need to copy a column (only the values, not the format) from one sheet to another (in the same worksheet) using a macro assigned to a button.
I browsed a bit around but found nothing ...
0
votes
1answer
2k views
How Do You Dynamically Graph/Chart Interval Data w/ OpenOffice Calc?
I'm interested in creating one or more spreadsheet graphs of interval metered data. The raw data is recorded as a continuously increasing value (i.e. total bytes, user logins, website hits) and date. ...
0
votes
1answer
195 views
Changing the date format
In Calc I set a cell value to "2006/10/03 13:33:55.448" and Calc says it is Standard format. I'm doing this with Java and I want to set the format to "DD.MM.YY HH:MM:SS AM/PM":
XNumberFormatTypes ...
-1
votes
3answers
38 views
My javascript calc doesn't work, why?
I tried to make a Javascript calc but I can't get it to work propely!
This is mostly just for fun, but I cant figure out why it dose't work.
Here's the code i used for my calc:
<html>
...
-1
votes
1answer
51 views
i need help on finding the minimum number of
im trying to figure out how to display the minimum number of each box needed to ship an order. i've done most of the work but still cant seem to finish the program. here's what i have so far in the ...