码迷,mamicode.com
首页 >  
搜索关键字:cells    ( 1822个结果
C# WinForm 导出导入Excel/Doc [使用Aspose.Cells.dll]
参考地址:http://blog.csdn.net/az44yao/article/details/7656074private void DatatableToExcel(DataTable dgv, string Title) { SaveF...
分类:Windows程序   时间:2015-02-03 18:57:42    阅读次数:344
LeetCode Sudoku Solver
Write a program to solve a Sudoku puzzle by filling the empty cells.Empty cells are indicated by the character'.'.You may assume that there will be on...
分类:其他好文   时间:2015-02-02 22:49:09    阅读次数:234
Valid Sudoku
Determine if a Sudoku is valid, according to:Sudoku Puzzles - The Rules.The Sudoku board could be partially filled, where empty cells are filled with ...
分类:其他好文   时间:2015-02-02 17:39:12    阅读次数:201
(简单) POJ 3076 Sudoku , DLX+精确覆盖。
Description A Sudoku grid is a 16x16 grid of cells grouped in sixteen 4x4 squares, where some cells are filled with letters from A to P (the first ...
分类:其他好文   时间:2015-01-31 14:27:01    阅读次数:313
[LeetCode]79.Word Search
【题目】 Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or...
分类:其他好文   时间:2015-01-30 16:05:43    阅读次数:225
leetcode 36: Valid Sudoku
Total Accepted: 24574 Total Submissions: 90344 Determine if a Sudoku is valid, according to: Sudoku Puzzles - The Rules. The Sudoku board could be partially filled, where empty cells ...
分类:其他好文   时间:2015-01-29 14:44:06    阅读次数:182
【VBA研究】循环中用VBA在单元格中输入公式
作者:iamlaosong 先看一个简单的循环程序,VBA从数据库中读取数据后,需要在最后一个单元格输入求和公式: lineno = [A65536].End(xlUp).Row For i = 3 To lineno Cells(i, 9).FormulaR1C1 = "=RC[-3]+RC[-2]+RC[-1]" Next i 公式的意思相当于Cells(i, 9)...
分类:编程语言   时间:2015-01-29 09:21:21    阅读次数:204
Sql Server Report 导出到EXCEL 指定行高
在SQL SERVER REPORT 2005做报表的时候,发现在report中指定的行高没有用。google了一下,找到了解决方法。Make both CanGrow and CanShrink are False for all of the cells in the row. This i.....
分类:数据库   时间:2015-01-26 11:45:28    阅读次数:295
【C#】#101 导入导出Excel
项目需求: 1、把数据导出到Excel; 2、把Excel数据导入到数据库 使用的类库: Aspose.Cells ExcelHelper.zip下载 一、导出【调用已经封装好的方法】【未封装的方法,步骤有主要有两个,a. 添加表头 b. 添加数据部分】 打开一个文本保存对话框【SaveFileDi...
分类:Windows程序   时间:2015-01-25 22:16:45    阅读次数:236
[LeetCode]Word Search
Given a 2D board and a word, find if the word exists in the grid. The word can be constructed from letters of sequentially adjacent cell, where "adjacent" cells are those horizontally or vertically...
分类:其他好文   时间:2015-01-23 18:30:06    阅读次数:167
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!