Sort Score
Result 10 results
Languages All
Labels All
Results 1,941 - 1,950 of 102,523 for

workbook

(0.12 sec)
  1. 通过 C++ 使用 Node.js 格式化工作簿中的工作表单元格|Documentation

    学习如何使用 Aspose.Cells for Node.js via C++ 格式化工作簿中的工作表单元格。自定义电子表格中数据的外观和样式。...const workbook = new AsposeCells . Workbook (); workbook . changePalette...( 155 , 204 , 255 ), 55 ); workbook . changePalette ( new AsposeCells...

    docs.aspose.com/cells/zh/nodejs-cpp/format-work...
  2. Create XLTM using Python | products.aspose.com

    Generate Microsoft Excel XLTM documents using Python applications without using Microsoft Office....parameter while creating the Workbook object. How to Create XLTM...File in Python Create new Workbook class object having FileFormatType...

    products.aspose.com/total/python-java/create/xltm/
  3. How can I convert excel file to word? - Free Su...

    Hello sir. I am a new user of aspose. I would like to convert excel file to word. Can I convert excel file to word using aspose?... The Workbook.Save method can be used for...loading the Excel file into a Workbook object and then calling the...

    forum.aspose.com/t/how-can-i-convert-excel-file...
  4. 用JavaScript通过C++将所有工作表列适应在单个PDF页面上|Documentation

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....> < head > < title > Save Workbook to PDF Example </ title >...head > < body > < h1 > Save Workbook to PDF Example </ h1 > < input...

    docs.aspose.com/cells/zh/javascript-cpp/fit-all...
  5. 用C++插入切片器|Documentation

    使用Aspose.Cells结合C++管理Excel文件中的切片器。...file containing pivot table Workbook wb ( inputFilePath ); // Access... Get ( idx ); // Save the workbook in output XLSX format wb ...

    docs.aspose.com/cells/zh/cpp/create-slicer/
  6. 使用JavaScript通过C++将CSV、TSV和Txt转换为Excel|Documenta...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms...."text/javascript" > const { Workbook , SaveFormat , LoadOptions...LoadFormat . Csv ); // Create a Workbook object and open the file from...

    docs.aspose.com/cells/zh/javascript-cpp/convert...
  7. Public API Changes in Aspose.Cells 8.9.2|Docume...

    Class Libraries & REST APIs for the developers to manipulate & process Files from Word, Excel, PowerPoint, Visio, PDF, CAD & several other categories in Web, Desktop or Mobile apps. Develop & deploy on Windows, Linux, MacOS & Android platforms....Initialize Workbook instance var book = new Workbook (); // Access...Initialize Workbook instance var book = new Workbook (); // Access...

    docs.aspose.com/cells/net/public-api-changes-in...
  8. 用 C++ 将 JSON 转换为 Excel|Documentation

    学习如何用 C++ 和 Aspose.Cells 将 JSON 转换为 Excel 文件。...Create a Workbook object from a JSON file Workbook workbook ( u "sample...Save the file to xlsx format workbook . Save ( u "sample_out.xlsx"...

    docs.aspose.com/cells/zh/cpp/convert-json-to-ex...
  9. 通过C++的JavaScript向Excel插入背景图片|Documentation

    “如何使用C++的Script向Excel插入背景图片”...background image to apply to a new workbook's first worksheet, then click..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/insert-...
  10. 使用C++给PDF添加水印|Documentation

    了解如何在使用Aspose.Cells的渲染过程中为PDF文件添加文本和图像水印。...(); // Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...( watermark ); // Save the workbook with the watermark. wb . Save...

    docs.aspose.com/cells/zh/cpp/add-watermark-to-pdf/