Home > Web Front-end > JS Tutorial > Add Formatted Data to a Spreadsheet_javascript技巧

Add Formatted Data to a Spreadsheet_javascript技巧

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-05-16 19:12:23
Original
1021 people have browsed it

Script Code

复制代码 代码如下:

Set objExcel = CreateObject("Excel.Application") 

objExcel.Visible = True 
objExcel.Workbooks.Add 
objExcel.Cells(1, 1).Value = "Test value" 
objExcel.Cells(1, 1).Font.Bold = TRUE 
objExcel.Cells(1, 1).Font.Size = 24 
objExcel.Cells(1, 1).Font.ColorIndex = 3 
Related labels:
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Issues
Add photos together in Add in the Data controller
From 1970-01-01 08:00:00
0
0
0
Can't add information
From 1970-01-01 08:00:00
0
0
0
add failed
From 1970-01-01 08:00:00
0
0
0
Why add True ?
From 1970-01-01 08:00:00
0
0
0
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template