Sort Score
Result 10 results
Languages All
Labels All
Results 1,811 - 1,820 of 102,715 for

workbook

(1.39 sec)
  1. 用JavaScript通过C++设置内置文档属性的ScaleCrop和LinksUpToDat...

    学习如何使用Aspose.Cells for JavaScript通过C++设置内置文档属性的ScaleCrop和LinksUpToDate属性。..."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...); // Create or load workbook let workbook ; if ( fileInput . files...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  2. 用 C++ 通过 JavaScript 管理 Excel 图表的轴线|Documentation

    学习如何在 Aspose.Cells for JavaScript 通过 C++ 中配置图表轴线。我们的指南将展示如何调整主轴和副轴,设置它们的范围,以及修改它们的属性,以增强你的图表。..."text/javascript" > const { Workbook , SaveFormat , ChartType }...Instantiate a new Workbook const workbook = new Workbook (); // Adding...

    docs.aspose.com/cells/zh/javascript-cpp/chart-a...
  3. 使用内置样式|Documentation

    使用 JavaScript 结合 Aspose.Cells for JavaScript 通过 C++ 使用 Excel 内置样式的代码。... 如何使用内置样式 方法 Workbook.createBuiltinStyle(BuiltinStyleType)..."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...

    docs.aspose.com/cells/zh/javascript-cpp/using-b...
  4. 使用 C++ 通过 Node.js 打开不同版本的 Microsoft Excel 文件|Do...

    本文介绍了如何使用 Aspose.Cells for Node.js via C++ 打开不同版本的 Excel 文件。...请使用构造函数,或指定 Workbook 类的 getFileFormat() 类型属性,利用...LoadFormat . Auto ); // Create a Workbook object and opening the file...

    docs.aspose.com/cells/zh/nodejs-cpp/opening-dif...
  5. 使用C++的JavaScript设置强加密类型|Documentation

    学习如何使用C++的Aspose.Cells for JavaScript为Excel文件设置强加密类型...Cells Example - Encrypt Workbook </ title > </ head > < body...body > < h1 > Encrypt Workbook Example </ h1 > < input type = "file"...

    docs.aspose.com/cells/zh/javascript-cpp/setting...
  6. 用C++设置范围边框|Documentation

    学习如何在Aspose.Cells中用C++设置范围边框。...Create a new Workbook object Workbook workbook ; // Obtain the...added worksheet Worksheet ws = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/set-range-border/
  7. Add Watermark To PDF with C++|Documentation

    Learn how to add text and image watermarks to PDF files while rendering using Aspose.Cells with C++....(); // Prepare a workbook with 3 pages. Workbook wb ; wb . GetWorksheets...( watermark ); // Save the workbook with the watermark. wb . Save...

    docs.aspose.com/cells/cpp/add-watermark-to-pdf/
  8. Using a Microsoft Excel Worksheet as the Messag...

    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....article uses a Microsoft Excel workbook as the email body and sends...cannot handle Microsoft Excel workbooks. To overcome this, the samples...

    docs.aspose.com/email/net/using-a-microsoft-exc...
  9. Convert-JSON-to-Excel|Documentation

    Learn how to convert JSON to an Excel file with Aspose.Cells....to an Excel workbook. Convert JSON to Excel Workbook No need to...settings for importing JSON to a workbook. The following code example...

    docs.aspose.com/cells/java/convert-json-to-excel/
  10. HTML with C++|Documentation

    Convert Excel to HTML and MHTML format using Aspere.Cells with C++....[ Hide ] Converting Excel Workbook to HTML The Aspose.Cells API...below shows how to save a workbook as an HTML file using C++:...

    docs.aspose.com/cells/cpp/convert-excel-to-html/