C 程式中导出Word文档简易方法
2008-02-23 05:35:35来源:互联网 阅读 ()
//创建Word文档
std::string create_new();
//保存Word文档
std::string close_save(const char* filename);
//selection 往下移,以继续生成下一元素
std::string move_down();
//插入分段符
std::string put_Paragraph();
//添加标题
std::string put_title(const char* title, const char* title_type="标题 1", int align=ALIGN_LEFT);
//添加“标题1”
std::string put_title1(const char* title, int align=ALIGN_CENTER);
//添加“标题2”
std::string put_title2(const char* title, int align=ALIGN_LEFT);
//添加“标题3”
std::string put_title3(const char* title, int align=ALIGN_LEFT);
//添加红色警告信息
std::string add_warning_msg(const char* msg="无数据");
//添加表格的一行数据(不用此函数)
std::string add_grid_ln(const char* line);
//添加表格
std::string put_grid(const char* content);
//运行脚本
extern "C" void RunScript(const char* script_str); 下面是个小例子,我们期望他在您的电脑上能够很好的运行,程式将生成一个Word文档,路径位于c:\test.doc,电脑上需要安装Word XP。
int main(int argc, char* argv[])
{
ostringstream ostr;
ostr <
ostr < ostr <
std::string str_buffer;
read_file_as_grid_content("tab.txt", str_buffer);
ostr < ostr < ostr <
//输出到文档看看VB脚本的内容
/*
std::ofstream ofile;
ofile.open("c:\\temp.vbs");
ofile < ofile.close();
*/
//BeginWaitCursor();
RunScript( ostr.str().c_str() );//运行生成的脚本
//EndWaitCursor();
return 0;
}
标签:
版权申明:本站文章部分自网络,如有侵权,请联系:west999com@outlook.com
特别注意:本站所有转载文章言论不代表本站观点,本站所提供的摄影照片,插画,设计作品,如需使用,请与原作者联系,版权归原作者所有
下一篇: 位图文档内部初探
IDC资讯: 主机资讯 注册资讯 托管资讯 vps资讯 网站建设
网站运营: 建站经验 策划盈利 搜索优化 网站推广 免费资源
网络编程: Asp.Net编程 Asp编程 Php编程 Xml编程 Access Mssql Mysql 其它
服务器技术: Web服务器 Ftp服务器 Mail服务器 Dns服务器 安全防护
软件技巧: 其它软件 Word Excel Powerpoint Ghost Vista QQ空间 QQ FlashGet 迅雷
网页制作: FrontPages Dreamweaver Javascript css photoshop fireworks Flash