惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

W
WeLiveSecurity
T
The Exploit Database - CXSecurity.com
C
CXSECURITY Database RSS Feed - CXSecurity.com
S
Security @ Cisco Blogs
T
Threat Research - Cisco Blogs
TaoSecurity Blog
TaoSecurity Blog
Recent Commits to openclaw:main
Recent Commits to openclaw:main
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
腾讯CDC
Exploit-DB.com RSS Feed
Exploit-DB.com RSS Feed
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
T
The Blog of Author Tim Ferriss
Microsoft Azure Blog
Microsoft Azure Blog
罗磊的独立博客
F
Full Disclosure
博客园 - 【当耐特】
C
CERT Recently Published Vulnerability Notes
Engineering at Meta
Engineering at Meta
Application and Cybersecurity Blog
Application and Cybersecurity Blog
T
Threatpost
I
Intezer
V2EX - 技术
V2EX - 技术
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Hacker News
The Hacker News
小众软件
小众软件
Google DeepMind News
Google DeepMind News
T
Tailwind CSS Blog
D
Darknet – Hacking Tools, Hacker News & Cyber Security
B
Blog RSS Feed
Microsoft Security Blog
Microsoft Security Blog
N
News | PayPal Newsroom
MyScale Blog
MyScale Blog
AI
AI
Vercel News
Vercel News
Spread Privacy
Spread Privacy
美团技术团队
CTFtime.org: upcoming CTF events
CTFtime.org: upcoming CTF events
The GitHub Blog
The GitHub Blog
V
Vulnerabilities – Threatpost
Schneier on Security
Schneier on Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
Help Net Security
Help Net Security
Hacker News: Ask HN
Hacker News: Ask HN
Google DeepMind News
Google DeepMind News
MongoDB | Blog
MongoDB | Blog
L
LINUX DO - 热门话题
U
Unit 42
L
LangChain Blog
Recent Announcements
Recent Announcements

博客园 - 心有灵犀

android java se development kit not found 送给博客园所有热爱欧洲杯的朋友 Access通用操作数据类 - 心有灵犀 - 博客园 博客园中IBATIS学习资料 转个:[翻译]了解ASP.NET底层架构系列文章(包括Word下载) (转)强烈推荐:240多个jQuery插件 LINQ 学习资料 oracle 读取表结构和注释,生成数据库结构文档 oracle9i中导出含有lob字段的表的方法 oracle误删除的恢复方法 (转)ORACLE UPDATE 语句语法与性能分析的一点看法 简单修改了下梅老大的日期控件,加了个清空功能 简单封装了下基本的AJAX实现 一个正在用的javascript日期控件 2007年5月到年底学习重点 巧用MSN协议命令 一个验证日期格式的超强正则表达式 treeview选择操作(checkbox) .NET委托:一个C#睡前故事
.net导出excel无表格线解决办法(转载)
心有灵犀 · 2007-04-25 · via 博客园 - 心有灵犀

解决方法如下:

<html xmlns:x="urn:schemas-microsoft-com:office:excel">
    
<head>
        
<!--[if gte mso 9]><xml>
            
<x:ExcelWorkbook>
                
<x:ExcelWorksheets>
                    
<x:ExcelWorksheet>
                        
<x:Name>工作表标题</x:Name>
                        
<x:WorksheetOptions>
                            
<x:Print>
                                
<x:ValidPrinterInfo />
                            
</x:Print>
                        
</x:WorksheetOptions>
                    
</x:ExcelWorksheet>
                
</x:ExcelWorksheets>
            
</x:ExcelWorkbook>
        
</xml>
        
<![endif]-->
    
</head>
    
<body>
        
<table border="1">
            
<tr>
                
<td>test</td>
                
<td>test</td>
                
<td>test</td>
                
<td>test</td>
            
</tr>
            
<tr>
                
<td>test</td>
                
<td>test</td>
                
<td>test</td>
                
<td>test</td>
            
</tr>
            
<tr>
                
<td>test</td>
                
<td>test</td>
                
<td>test</td>
                
<td>test</td>
            
</tr>
        
</table>
    
</body>
</html>

 posted on 2007-04-25 10:47  心有灵犀  阅读(654)  评论(0)    收藏  举报

刷新页面返回顶部