A spreadsheet is a computer application with tools that increase the user's productivity in capturing, analyzing, and sharing tabular data sets. Each cell contains alphanumeric text, numeric values, or formulas.
-1
votes
1answer
10 views
How can I create a selectable/unselectable spreadsheet-like table with two axes ( Units vs Suppliers ) that come from database entries? [closed]
I have two Database tables, Units and Suppliers, which store various pieces of info about each Unit and Supplier. I need to create a spreadsheet type table with checkboxes(or something similar) that ...
1
vote
0answers
6 views
How to edit Charts in Google Spreadsheet with Google SpreadSheet API in VB
I have a spreadsheet on my Google Account and I have some code which edits cells in this spreadsheet. Now I'm looking for a way to edit and(/or) make a new Chart in the worksheet I'm working on. I'm ...
0
votes
0answers
5 views
SpreadsheetApp.getActiveSpreadsheet().getId() no longer returns spreadsheet key
I've been using Google Script for a few years and SpreadsheetApp.getActiveSpreadsheet().getId() has always returned the same ID as the one reported in the browswer. The documentation says that it ...
0
votes
1answer
21 views
Unmerge cells and distribute contents in Excel (for mac) 2011
I have a spreadsheet with a large amount of data in. About half the cells are merged horizontally with other cells and contain names e.g. John Doe.
Does anyone know how to write a macro to unmerge ...
0
votes
1answer
10 views
Google Spreadsheet, Count IF contains a string
I have a column like this:
What devices will you be using?
iPad
Kindle & iPad
No Tablet
iPad
iPad & Windows
How do I count the amount of people that said iPad?
This formula does work ...
0
votes
0answers
7 views
adding markers to google map from spreadsheet
I want to upload my excel spreadsheet of longitudes and latitudes onto my website, and then use that file to add those markers to my google maps. is this possible, and if so, how can i accomplish ...
0
votes
0answers
3 views
Importing Google Calendar Event Info to Google Sheet
I am helpless when it comes to spreadsheets in general. So I did search before asking, but I need an explanation in the simplest, plain English terms ever.
I have an employee schedule that is posted ...
1
vote
1answer
29 views
Select specific cells from multiple spreadsheets into SQL using SSIS
I need to loop through a series of spreadsheets (all in the same folder), pulling data from the same cells within the same named range in each, into an existing SQL database, using SSIS (SQL Server ...
0
votes
0answers
21 views
How Read a sample Excel file using spreadsheetgear and Print the results
1)How to Read a sample Excel file using spreadsheetgear and Print the results using Console.Writeline?(C#.NET),
2)How Get last 5 students from the student table from db
and write them in a ...
-1
votes
0answers
12 views
Automatically download iTunes Connect stats to excel/google sheets file [closed]
I am trying to find a script that will automatically update a google spreadsheet with the daily sales info etc
0
votes
0answers
34 views
Gdocs spreadsheet tracking whether a value has changed in X days. Is this going to be feasible?
Using a Gdocs spreadsheet, I have an integer value being pulled from a webpage with importXML which is typically rising most of the time, however if it remains unchanged for a period of time (let's ...
2
votes
4answers
79 views
Storing 15,000 items in Java
I have a document with 15,000 items. Each item contains 6 variables (strings and integers). I have to copy all of these into some sort of two dimensional array, what the best way to do it?
Here are ...
1
vote
0answers
12 views
'google is not defined' in custom spreadsheet function
I am trying to write a very basic custom function for my google docs spreadsheet. I have a column in the spreadsheet that lists every day of the year. It's a simple function that should scroll to ...
0
votes
0answers
6 views
Google spreadsheet sparse range
How do I specify a sparse range with Google spreadsheet?
Let's say I have data in rows 1-100 in the first column (a). Then perhaps I want to rank each of those values excluding the values in rows 32 ...
0
votes
0answers
20 views
Individual Excel Reports for Each End User in ASP.NET
I've searched the web for this problem, but have been unable to come up with a solution.
A client would like to load end user financial statements (P&L) into a customer's login portal. They use ...
-1
votes
0answers
6 views
several changing values to be pulled daily into the next row of a spreadsheet
I want to log some values from a google spreadsheet that are changing daily into another spreadsheet on my google drive, so the single daily values are listed in specific columns and rows.
any ...
0
votes
0answers
19 views
Insert new cell in google spreadsheet using GData API in iOS
After finally figuring out how to pull data from google spreadsheets, I can't understand how to add new entries to the end of file.
Here's what I want to achieve:
My app should send some survey ...
0
votes
1answer
13 views
Stop truncation/RoundOff in open office spreadsheet
Hi In open office spread sheet when I copy and paste a content in the cell it gets round off with 3 decimal places and the values get truncated with 000 in the end.
e.g I paste 9104984638383554567 the ...
0
votes
0answers
8 views
Google Spreadsheet record historical date attendance on seperate sheet
I've searched extensively and can find nothing specific to my needs. I'm hoping a spreadsheet guru out there can assist with what might be considered a "roll call" spreadsheet which captures ...
-3
votes
1answer
25 views
How to sort columns alphabetically in a database table? [closed]
I know this issue could be taken as a basic question, but I don´t ask it in the 'classic' way, so I don't want to know how to sort elements that are into a column.
I have a table in which I need to ...
0
votes
0answers
22 views
I have a CSV file with more than 20,000 columns that I would like to view in a spreadheet. HowTo
My CSV file is not that large (10 to 20 mb), but the number of columns is extraordinary (17,000 and counting). I'm manipulating the file with Perl, and that seems to be suiting my purposes just fine.
...
0
votes
0answers
12 views
Integrating with google spreadsheets
I have been researching but had no success yet. I have an app where user upload docs and excel files. I now want them to be able to edit as well. I am fine with them authenticating with google but ...
1
vote
0answers
14 views
Openoffice file as xlsx
I'm generating a file with OpenOffice library in C#
When I'm saving, I'm doing this:
XStorable2 xs = (XStorable2)oDoc;
PropertyValue[] propVals2 = new PropertyValue[1];
propVals2[0] = new ...
-1
votes
0answers
6 views
Is there a way to have a drop down menu control the showing and hiding of groups of cells in Google Spreadsheets? [closed]
I am looking for a way to have a dropdown menu control the hiding and showing of certain cells in my spreed sheet. Does anyone know if this is possible? If so how to?
Thanks!
-2
votes
0answers
5 views
Auto Create a FB page from spreadsheet details? [duplicate]
First of all i am not trying to spam by asking this question, however is there a way to create a number of facebook pages all at once and automatically? I am trying to set up a number of businesses at ...
-1
votes
1answer
25 views
consolidate data using Google Spreadsheet
I have large test assessment results array in a google spreadsheet which looks like this:
Question # | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | etc...to Q25
Q Category ...
-1
votes
0answers
7 views
How do I remove a google spreadsheet row that has a specific word in it?
I'm trying to write a script that removes rows in Google Spreadsheets that have specific words in them. I found this thread and it worked for numbers:
Delete a row in google spreadsheet base on value ...
0
votes
0answers
18 views
google docs spreadsheet update event
I've written the following code:
// This constant is written in column C for rows for which an email
// has been sent successfully.
var EMAIL_SENT = "EMAIL_SENT";
function onEdit(){
var ss = ...
0
votes
0answers
22 views
Getting spreadsheet row count using spreadsheet gem
Here's my current working code:
require 'csv'
require 'spreadsheet'
folder_to_analyze = ARGV.first
folder_path = File.join(Dir.pwd, folder_to_analyze)
unless File.directory?(folder_path)
puts ...
0
votes
3answers
45 views
How to produce average for calendar months when spreadsheet quantity spans months?
I am documenting my historic home energy consumption. I am entering in to a Google drive spreadsheet the kWh figure found in gas bills from the last few years.
I have come far - ...
1
vote
3answers
47 views
getting value 9.777123455E9 instead of 9777123455 from excel sheet
I am working on a project in which i am getting value from excel sheet(in assets android) and reflecting data in list view.
problem is:: phone no is not in proper format.
9.777123455E9 instead of ...
-1
votes
0answers
7 views
deploy jscript in Multiple Spreadsheets [closed]
I have multiple spreadsheets that are menu driven. I used jscript to do the automation, and currently if I make a change, then I have to make the change in every spreadsheet. Is there a way to make ...
0
votes
0answers
16 views
Spreadsheet: dynamically added cells with functions partial containing transposed data
packages (sent out) finance inventory
| A | B | C | D | | A | B | C | D | E | | A | B | C |
1|sum|jan|feb|mar| 1|sum|debt|jan|feb|mar| 1|date|amount|price|
...
0
votes
1answer
11 views
Converting spreadsheet to a text file with new lines
I have a spreadsheet (.ods format) that looks like this:
Column A Column B
abstemious marked by restraint
ameliorate to make better or more tolerable
amphora an ancient jar ...
0
votes
0answers
43 views
Convert Column Names into a Range C#
I have made a admin app in C# for a excel spreadsheet program.
I need to convert column names to a range.
Example
ABC EFG would convert to A:C, E:G
EGHI would convert to E, G:I
BCDF would convert ...
1
vote
1answer
33 views
Is there a way I can sort or organize individual cell data in excel?
I have an Excel spreadsheet that I use as a working index for my school's yearbook and the page numbers each person is on gets listed in a column on the same row as their name. Is there a way I could ...
0
votes
0answers
4 views
Google Spreadsheet Function - Find Column Header
I am interested in the function best suited for returning the name of a column given a specific cell. For instance, starting with cell A5, i'd like a return value of the header of column A.
0
votes
2answers
30 views
issue with PHP spreadsheet reader
I am facing one issue with PHP spreadsheet reader https://github.com/nuovo/spreadsheet-reader , it is reading all formats file except .xlsx , in case of .xlsx script was not running
...
0
votes
1answer
40 views
Export a XLS file using Google Apps Script
Is it possible to export a Google Spreadsheet in XLS format and save it directly to the user's hard disk using Google Apps Script? I know it is possible to mail the spreadsheet, but the requirement is ...
0
votes
0answers
48 views
Column breaks for PDF export with PHPExcel
I’m trying to export a PHPExcel generated spreadsheet into a PDF file. The tricky part for me is that the content I’m exporting can be indefinitely wide, and can never fit within the A4 page ...
0
votes
2answers
53 views
Two Columns with Similar Data in Excel How to Match One Columnn and Return The New Data
I have columns in excel
ORDER NUMBER Order Paid Date Order Total Order Date
A1=1 B1= jan 1 c1= $1 d1= Dec 1
A2=2 B2=jan 2 c2= $1 ...
2
votes
1answer
91 views
Export data into different sheets in an excel spreadsheet using Pentaho Kettle
I want to export data from database tables into different sheets of an excel spreadsheet. For example, employee data from a database table into sheet1 of the spreadsheet, department data into sheet2 ...
0
votes
1answer
32 views
How to interface a scanner to a google spreadsheet?
I am trying to build a Asset Manager. I am using a scanner or a mobile device to scan the barcode which is the asset id. My requirement is as follows:
1) When the scanner scans for the first time the ...
0
votes
0answers
17 views
How can I change the width of the PrettySegmentedControlTableViewCell
I am using PrettyKit ios library and I want to manually change each cell's width.
This above code is that each cell's width is equal. But I want to change first column maybe 30 pixel other columns ...
1
vote
1answer
94 views
MS Excel Payback Period Formula to Display Year / Compare Cumulative Totals in Separate Rows
I am working on a project that is supposed to compare the cost of automation vs non-automated call analyzing and then tell you what year the payback period will be. I am having issues trying to get ...
0
votes
1answer
27 views
Google Spreadsheets: Setting list of items to default value
I have a range of cells in a Google Spreadsheet, each with a list of items that drop down (0,1,2,3). At the end of every week I would like to set them all back to the default zero. Is there a quick ...
-1
votes
0answers
33 views
google spreadsheet drop down list and synchronize the data [closed]
I have already made a in-cell drop down list. The source is from another sheet. But the data won't change if the source is changed. How can I synchronize it.
0
votes
3answers
41 views
2D Array of letter number combination indexes
I am at a loss in creating a 2D matrix with a combination of letters and numbers as indexes.
Typically an array is accessed using array[0][1] or array[3][2]. How can I achieve looking up an array ...
-3
votes
0answers
32 views
Google Spreadsheet: Script for Copying and Merging Tables [closed]
i registered today, but this community helped me a lot - please read my profile for a big thank you.
The script should do this:
i have 3 Sheets (tables of Sales data, f.e. from 3 salesguys)
...
0
votes
2answers
29 views
ZK Spreadsheet with combobox
how can i get combobox in a ZK spreadsheet cell as shown in the link below?
ZK spreadsheet


