A cell is a rectangular area with optional borders, background color and character string.
0
votes
1answer
9 views
Conditional Formatting with Flexcel
I want to modify the colors of some cells in an already filled Excel spreadsheet using the method:
FlexCel.Adapter.XlsFile.SetCellFormat(int row1, int col1, int row2, int col2, int XF);
The ...
0
votes
0answers
15 views
“Show More” button in GWT CellTree does not appear
dear users!
I have a problem creating a CellTree widget in GWT 2.5. It is filled with data from the server using RequestFactory. The amount of data is too large to display it all at once, so I have ...
0
votes
1answer
9 views
How to Customize Content not over Header and Footer in TCPDF
I already able to set up Header and Footer.
But, my content by writeHTMLCell cannot fit into the page properly, footer is overlay the content.
using A4 size, Header is 35% height; Content is 50% ...
0
votes
2answers
38 views
Stuck on implementing menu using Javascript and html
I've got a table, and I wanted to use a table cell, so that when I click it, it'll open another menu table overlapping the original using the Z-index to do it. I've tried everything I can think of.
...
0
votes
1answer
7 views
Date Picker show behind static table view cells
Objective - C iOS Development. Hello all. I have a tableView with static cells in three groups. One of those cells is used to open a date picker object. The date picker opens, but appears behind the ...
0
votes
0answers
8 views
Making a textbox content visible when assosiated report field is visible
I am new in SSRS and this is a report based on a dataset that is set by a sp out of SQL 2012.
I have nested grouping based on this dataset. Starting from the parent, I make the next grouping visible ...
0
votes
0answers
36 views
Get a specific cell when selecting a row from datagrid
Im using a SQL database to store data. I have a datagrid where i show the data from the database. The problem is, when a user select a row in the datagrid, and click on my "Delete" button, i want to ...
0
votes
1answer
32 views
Book like view in iOS app
I am looking for a Book like view for a iOS native application. More like this
So you can see the verses follow one after the other rather than in a cell view. Also I would like to want to select ...
1
vote
1answer
25 views
Alternative to Matlab cell data-structure in Python
I have a Matlab cell array, each of whose cells contains an N x M matrix. The value of M varies across cells.
What would be an efficient way to represent this type of a structure in Python using ...
0
votes
1answer
24 views
Table cells that activate other tables with javascript by changing the z-index
I have no idea how this isn't working. I've tried switching around the properties, putting divs inside each table cell and using that for the "click" function. But no matter what i do i just can't ...
0
votes
1answer
24 views
Getting values from cells in table using class. Jquery
How can I get values from cells in table using class?
Col2, Col3, Col4 have common class "punkty". In Col5 I want set result of addition from Col2,Col3,Col4. In my recent solve, I'm getting string ...
0
votes
1answer
23 views
Matlab - How to compare values in a cell array?
I have a set of inputs and one output declared in a cell array like that:
A = {'a', 'f', 'c', 'b';
'b', 'f', 'c', 'a';
'a', 'f', 'b', 'c';
'c', 'f', 'b', 'a';
'c', 'f', 'a', 'b';
...
0
votes
0answers
6 views
How do I show google spreadsheet data as text?
I'm using Google Sites to build a website that will show information from a spreadsheet. I don't want to embed the spreadsheet, or even a section of cells. I want the page to extract the data from a ...
1
vote
0answers
26 views
Embed Collection View in Custom Table View Cell
I have a table view with a custom Cell which gets it contents from an array, this all builds fine. I want to add to this content a Collection View of thumb nail images of varying number to each of ...
0
votes
3answers
32 views
How can I do this sort of table in HTML?
__________________________________________
|________________________________________| << cell uses 100% of the row space
|____________________|___________________| << each cell there use ...
0
votes
0answers
17 views
iOS cell content in tableView only appears after selection
I have a problem with filling my tableView. The right cell content (timeLabel and textString) only shows up after I selected the cell; before there only appears the test textLabel.
- (UITableViewCell ...
0
votes
0answers
13 views
How can I a table cell like bdjobs.com hot jobs
I want to set a table like bdjobs.com. but it is not working. I want to learn that how to set a table with drop down cell or auto expanding cell like bdjobs.com HOT Job section cell.
2
votes
1answer
31 views
Why does not field with custom function to get name recalculate?
I use a vba function to get cell name (taken from Retrieving Cell name in Excel)
Public Function CellName(oCell As Range) As Variant
Dim oName As Name
For Each oName In ThisWorkbook.Names
If ...
0
votes
1answer
52 views
How do I hide an ActiveX Command button with VBA based on cell contents
I have an Excel 2010 sheet with dropdown lists that are linked to hidden cells. The dropdowns are not populated by default (linked cells are empty). I also have an ActiveX Command Button called ...
0
votes
2answers
58 views
Excel 2003 - Macro to delete multiple rows by cell value
Goal: I am looking for a macro that can delete multiple rows based on cell criteria in one column, but I want the macro to ask for a value each time it is run rather than having a set value included ...
0
votes
2answers
32 views
Reference Cells in another Sheet Using Text in Current Sheet
I need to get numbers from cells in other sheets. I am currently doing the following in Sheet 1 in cell D14 (but also in another 100 cells) :
=('Sheet Two'!$AA$69*'Sheet Three'!AA$70).
This gets me ...
-3
votes
0answers
58 views
A probelm with matrix dimension must agree [closed]
I'm the beginner to MATLAB and I created the code below I still get an error, this error says that the matrix dimensions must agree:
The code below shows reading a dataset from the same file type but ...
2
votes
2answers
53 views
When and why should I use cellfun in Matlab?
I have a question regarding the cellfun function in MATLAB.
When / why should I use it, and when may I just as well drop it?
A simple example: Let's say I have a cell a, and I want to find the ...
0
votes
1answer
26 views
How to automate reading excel cells and skip the duplicates?
I'm working on this Excel report. It's a bit hard to explain without attaching an example here. So, I will try to put it in manually...Let's call this worksheet A:
ENV SYSTEM ACTION CRQ
...
2
votes
0answers
37 views
How to re-render a specific node in gwt cell tree
I am implementing a directory structure like Windows Explorer. I want to re-render a specific node of tree after any folder operations is done such as add folder, remove folder... etc
private ...
2
votes
4answers
70 views
Uitableview Cells not all working?
Here is my code, section 0 shows the title, but not the textfield or placeholder, whats the deal? Section 1 is fine!
- (UITableViewCell *)tableView:(UITableView *)tableView ...
0
votes
1answer
41 views
Group cells in a DataTable
I have a DataTable, holding Decimal values in all cells.
In that table, I need to have 3 value groups with identical values in each group's cells that are spread over the table.
With 3 NumUpDown ...
0
votes
1answer
68 views
Excel: if duplicate cell value found in another column then highlight green
Can someone help me, I'm not sure what formula to use.
I have highlighted the cell in the picture to show an example of what I mean.
What I want to do is highlight the cell in column A where the ...
1
vote
2answers
32 views
PHP Auto-highlight cell depending on data from database
Good day!
I am working on a PHP application and stumbled upon a problem on auto-highlighting.. I want to ask how to auto-highlight a cell of a table, whose data came from a database, after checking if ...
0
votes
0answers
19 views
MatLab: Multiply a matrix with the vectors that are the elements of a cell
I need optimize a operation in Matlab. I want multiply a 21x21 matrix of float with each 21x1 vector that is a element of a 3x3x3 cell and get a 3x3x3 cell with each vector resultant but i want do it ...
1
vote
0answers
10 views
MS Excel: custom money format [migrated]
Need to represent decimal number as "## hrn. ## kop.".
Example:
1.2 => 1 hrn. 20 kop.
3 => 3 hrn. 00 kop.
I've created custom cell format:
0," hrn. "#0" kop."
Result is:
1.2 => 1, hrn. ...
0
votes
2answers
64 views
How to edit an existing android app so the name and icon of the app is different
Can someone please help me, i need to edit an existing android app so the name and icon of the app is different. Anyone know how?
I've tried editing xml, but im just not that good of a hacker, it ...
0
votes
0answers
32 views
how to put background cell color in excelwriter.class.php
I'm using excellwriter.class.php for excel conversion, I need to add background color to my data when it's converted to a CVS file, how can i add Cell background color using
excellwriter.class.php ...
0
votes
1answer
32 views
Set row height using excellibrary
I'm using excellibrary and I want to set a row's height or column's width. Sounds very simple, but I can't find a solution. How can I do that?
0
votes
1answer
44 views
Get Checkmark rows in UITableView in iOS
I have checked some rows programatically at cellForRowAtIndexPath, and it is showing and working fine. But now I need to fetch the check marked rows. I use the following code:
for (int i=0; i<10; ...
1
vote
0answers
24 views
MATLAB: Quickest way to convert numeric array to a cell array of strings
In general terms I need to process many text files with mixed data types, both numeric and text. For the numeric data, I need to process them for quality since I deal with many sources of data and ...
0
votes
1answer
23 views
UITableView afnetworking images swap positions
I have a problem with a tableview and images in the cells.
To load the images I use AFNetworking with the following code:
[celle.thumb setImageWithURLRequest:[NSURLRequest ...
2
votes
1answer
38 views
Syntax for a cell in vba
I ma just starting up with VBA and I have come into quite a bit of trouble with the Syntax. Is the format for a cell in vba, (column, row) or (row,column)?
Is there a conclusive API for VBA similar ...
1
vote
2answers
23 views
Dynamic size of even cells (nth cell ) in a table row
I have a table with four cells per row. Can I make the second and the fourth cells expand, without changing the width of the others? Can this be done without setting a fixed width to the first and the ...
0
votes
1answer
31 views
Matching rows in CSV data sets
In MATLAB, I really need someones expertise. I have a csv file like the following (extra spaces is just to make it readable):
State, Damage, Blizzards,
Texas, 2, 2,
Alabama, 1, ...
1
vote
1answer
37 views
Increase height of UITableViewCell separator
I have subclassed and colored tableview cells in a tableview that is on a view with an image. What I need to do is increase the height of the cell separators. I know this has been asked before, but ...
1
vote
1answer
21 views
Style content within table cell without adding an extra tag?
I have content within a table:
<td>1</td>
<td>2</td>
<td>3</td>
The table cells themselves have styling (like background-color and borders), but I want to have a ...
1
vote
1answer
30 views
MATLAB: Looping Through a Cell Array
In MATLAB, I have a csv file with the data (ignore whitespaces below only for readable):
State, Rain, Sunshine,
Indiana, 52, 25,
Kansas, 45, 22,
Georgia 35, 55,
Texas 22, 30,
...
0
votes
1answer
27 views
Remove separatot above headerview in uitableview IOS
I've got a problem with my uitableview custom headerview, there is separator of last cell in previous section above my headerview, how can I remove it?
-1
votes
4answers
45 views
How to set a color for a Cell on a TableView?
I want the whole cell printed in blue but it only shows a little band.
- (UITableViewCell *)tableView:(UITableView *)tableView cellForRowAtIndexPath:(NSIndexPath *)indexPath
{
NSString ...
1
vote
1answer
54 views
Converting 2D cell of 2D matrices (consistent sizes) into 4D matlab double
Searching around here one finds many questions how one can convert cell arrays of doubles into one big matrix.
In my application I have a two dimensional cell array (lets call it celldata of size m ...
-1
votes
0answers
13 views
JTable different Cell Formating
I am able to search in my JTable.
But now i want to make the searched Text in my Table bold.
So when i am searching for Hello the cell should be displayed like this:
Hello World
0
votes
3answers
71 views
A Cell in Table Color Change C#
ASP.NET Microsoft Visual Studio 10 - I Created a table in Design View 25 x 25. Now at the Page Load I want to change the colour of the Row 1 2nd Cell BackColour to Orange.
My ID of table is "tab". ...
0
votes
2answers
36 views
Looping SQL until dependent cell is empty
So far I have this code; i'm trying to loop my sql search as long as the cell I6, the first cell with data (as well as subsequent cells) is not empty. I can't figure out how to make the 'cusip' ...
0
votes
0answers
19 views
Custom a ZKReaelingTableViewCell
I've downloaded from Github a project named ZKRevealingTableViewCell .
Its very interesting but there is a thing I want to modify but I don't know how to ..
I explored the code , I modified what I ...




