Questions tagged [cells]

Cells are atomic elements within a structure composed of columns and/or rows, such as a table or grid.

Cells can contain hardcoded values, computed values based on functions, visualizations based on computed values, or external objects.

References

814 questions
-2
votes
1 answer

how to remove some elements of table cells using JQuery

have such a part of a markup: data1 data2 data3 there are inputs which append dynamically into 3 cells with a class like…
Vladyslav Plakhuta
  • 1,379
  • 2
  • 10
  • 15
-2
votes
2 answers

Round elements of a cell array

I have an 80x1 cell array, where each cell element has a different size. I want to round the second and third columns of each cell to the closest integer, divided by 4. I have no idea hoe to do it. I have tried cellfun so far but it didint work.…
-2
votes
2 answers

Change Cell Colour Based On Class

When I click on a cell with a specific class, I want other cells with the same class assigned to it to change to a certain colour and when I click on a different cell, I want it to have the same effect, but change the previous cells back to their…
happyblue
  • 3
  • 1
-2
votes
3 answers

how to merge html table columns(or cells) based on their ids by using javascript or jquery?

i am having the following html. …
John
  • 1,273
  • 3
  • 27
  • 61
-2
votes
1 answer

Coloring cells below the first row in Excel VBA

everyone. I working on a project in Excel/VBA and have encountered some problem. So, Set wsMain = ThisWorkbook.Sheets(3) is the worksheet I need the coloring and I currently have With wsMain .Columns("A:AO").AutoFit …
BLkrn
  • 77
  • 2
  • 14
-2
votes
1 answer

copying excel cells one by one and not range at once

I'm developing some excel macros, and now I'm stucked with following, I want the macro getting the cells from another file and put it on the new one but it is important to consider that copy the full range is not an option, so for example first i…
-2
votes
1 answer

Set part of JTable cells uneditable

I created JTable in eclipse using "Design" option and now I want to make some cells uneditable. This is my code: public Frame(int choice) { initComponents(); defaultModel = (DefaultTableModel) m0.getModel(); if (choice == 0)…
-2
votes
1 answer

Excel Copy and Paste Merged Cells into Single-Cell Format

I'm trying to copy over some data from a set of merged cells into a single cell format. I don't know how to do this. I'm trying to copy this: This is what I get when I paste it: This is what I want to happen when I paste it: Since my merged cells…
-2
votes
1 answer

Put all the Row value to CELLS Python

How can i put all the Rows value to cell rows = db().select(i.INV_ITEMCODE, n.INV_NAME, orderby=i.INV_ITEMCODE, join=n.on(i.POS_TASKCODE == n.POS_TASKCODE)) for r in rows: code = str(r.db_i_item.INV_ITEMCODE) desc = str(r.db_i_name.INV_NAME)…
rasyel
  • 11
-3
votes
2 answers

Delete #NULL! in blank cells

While exporting an SPSS (.sav) data file to excel, the blank cells were imputed as #NULL! .Is there any way to overcome this? Even, we can replace the #NULL! by find and replace in Excel, but i need to do this in SPSS end itself. Please…
Satheesh
  • 11
  • 1
-3
votes
1 answer

TableView Controller -Swift

I'm trying to present an array of names into cells of tableview controller. Here's the code: import UIKit class TableViewController: UITableViewController { var names = ["aA", "aB", "cC"] override func…
Mariah
  • 573
  • 3
  • 10
  • 26
-3
votes
1 answer

Sum cells by group in data frame

I have a huge data frame that looks like this: and I want to sum the cells in column V9 according to V3; for example, I want to sum every V9 cell when V3=="Acrelândia".
-3
votes
1 answer

Two customize cells in UITableView

I would like to know if it's possible to have 2 customize cells in one UITableView ? Because I would like to have two different type of cells in one view : the first row will be big (with white background on screenshot), and after simple row (with…
xcode_Dev
  • 237
  • 4
  • 16
-3
votes
1 answer

Splitting Cells in Excel with formulas

I have a customer data sheet exported from QuickBooks to Excel. All of the info is in a single cell. I'm wanting to bring it out to new columns. Data includes: FirstName LastName 123 Address Road City,ST 29999 803-555-5555 All of the data is…
-4
votes
1 answer

In main sheet there is 800 names(A1:A800). Each cell should go to different sheet with an order. First cell to first sheet etc

I have nearly 800 cells(A1:A800) in my main sheet. Each cell should copy to different sheet with an order. First cell in main sheet('main'!A1) copy to first sheet('1'!A1) , second cell('main'!A2) copy to second sheet('2'!A1) etc.I created 800 sheets…
Reska Bu
  • 11
  • 3
1 2 3
54
55
text text xyz
text text xyz