问题标签 [cells]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
vba - 从 Excel 2003 升级到 2007 会导致以前工作的 vba 出现“堆栈溢出错误”
以下 VBA 代码在 Excel 2003 中运行良好,但在 Excel 2007 中会导致堆栈溢出错误。根据下拉菜单选择解锁或锁定某些单元格需要该代码。我需要能够在 Excel 2003 和 2007 中运行代码。请帮忙。
html - HTML表格水平间距
如何在 html 表格的列之间设置 X 间距?
使用 cellpadding 或 cellspacing 我也得到了垂直间距(我不想要它!)。
我不能使用 CSS。建议?
c# - Silverlight Datagrid:根据值更改单元格样式
我有一些数据。如果该数据满足特定条件,我想浏览该数据并更改单元格(例如 - 背景颜色)。不知何故,我无法弄清楚如何在 Silverlight 中完成这个看似简单的事情。
reporting-services - Dynamic merging of cells in SSRS
In an SSRS Report ,I have a table which has 14 columns, 1st column is 7am and the last column is 7pm. I have 100 records with conference names and the timings,
ex:
- international conference 9am to 5pm
- national conference 8 am to 11 am
so the problem is these column cells must merge based on the timings and display as one textbox with center aligning the text
ex: national conference the columns from 8 to 11 am are to be merged and the time 8 to 11am must display in these merged cells with center align.
Can anyone give me any suggestion for this issue, i thought to write custom code for this but i did not get any idea.
So, If anyone can help me i will be very grateful.
(Can we merge the cells dynamically based on the condition in SSRS)
jtable - JTable中的单元格编辑
我正在使用 JTable 做一个项目,我想让我的表格单元格可编辑。我用了,
我的问题是,单元格是可编辑的,但是一旦在一个单元格中输入数据并移动到下一个单元格后,以前的数据就会被删除......请任何人帮助我......
java - 合并 JXTreeTable 中的单元格
我想合并 JXTreeTable 中的两个单元格。这可能吗?我已经阅读了在 JTable 中合并单元格的解决方案,但这不适用于 JXTreeTables。
我的意思是合并单元格:我想创建一个这样的结构:
node 1 | title for 3 cells | title for 3 cells |
subnode | c1 | c2 | c3 | c1 | c2 | c3 |
subnode | c1 | c2 | c3 | c1 | c2 | c3 |
所以“3 个单元格的标题”是通过在同一行/节点上合并 3 个不同的单元格来创建的。
java - 如何更改 jtable 中的默认停止编辑行为
当您在 jtable 中编辑单元格时,该值仅在焦点发生更改或按 Enter 时才会变为永久值(例如,如果您将单元格值从“abc”更改为“xyz”并关闭窗口,则编辑将丢失) . 当用户停止编辑时,如何使编辑永久化?
我想我们必须在编辑单元格值时更新单元格值,但我不确定如何。任何帮助表示赞赏!
提前致谢!
excel - 删除单元格的一部分
在 Excel 中,如何编写将部分删除单元格的公式(从某个点开始)。
例如,如果 A1 是“23432 Vol 23432”。我希望 B1 只是“23432”(从 Vol 开始的所有内容都被删除)。谢谢。
jquery - 使用 jQuery 的类似 Excel 的自动更新表格单元格
我有一个 HTML 表格结构,看起来类似于:
价格和数量列中的值是可编辑的。这些是 HTML 表单字段。
总计列中的值不可编辑。相反,它们是左侧列的直接函数。
表格的 HTML 表示形式为:
使用 jQuery,我想让“total1”的值始终反映“price1”乘以“quantity1”的值。
问题:我知道有很多方法可以实现这一点 - 但是使用 jQuery 最简洁最简洁的方法是什么?
由于“自动更新/派生字段”应该是一个非常常见的 jQuery 用例,我假设存在一些最佳实践方法来实现这一点。
delphi - Delphi OpenOffice 自动化计算中心单元格文本
您好,有人可以帮我解决以下问题:我想通过 Delphi 和 OOoTools 工具包将文本置于 scalc 开放式办公室电子表格单元格中。
以下代码不起作用:
有人知道为什么不吗?感谢广告