Sort Score
Result 10 results
Languages All
Labels All
Results 2,761 - 2,770 of 104,120 for

workbook

(1.08 sec)
  1. 使用 JavaScript 通过 C++ 结合 WorkbookMetadata|Docume...

    了解如何通过 Aspose.Cells for JavaScript 通过 C++ 编辑工作簿元数据。..."text/javascript" > const { Workbook , SaveFormat , MetadataOptions...Document_Properties ); // Open Workbook metadata from the uploaded...

    docs.aspose.com/cells/zh/javascript-cpp/using-w...
  2. 验证用于保护工作表的密码,使用JavaScript通过C++|Documentation

    学习如何使用Aspose.Cells for Java脚本通过C++验证用于保护工作表的密码。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...Instantiate Workbook with file bytes const workbook = new Workbook ( new...

    docs.aspose.com/cells/zh/javascript-cpp/verify-...
  3. Get Equation Text of Chart Trendline with JavaS...

    Learn how to use Aspose.Cells for JavaScript via C++ to retrieve the equation text of a trendline in a chart created in Microsoft Excel. Our guide will demonstrate how to access and extract the equation of a trendline for further analysis or display...."text/javascript" > const { Workbook , SaveFormat } = AsposeCells...Instantiating a Workbook object from uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/get-equati...
  4. Disable CSS while saving to HTML with C++|Docum...

    Learn how to disable CSS while saving Excel files to HTML using Aspose.Cells for C++....\\ " ); // Load sample workbook Workbook wb ( srcDir + u "sampleDisableCss...SetDisableCss ( true ); // Save the workbook in HTML wb . Save ( outDir...

    docs.aspose.com/cells/cpp/disable-css-while-sav...
  5. Disable Downlevel Revealed Comments while savin...

    Eliminate Downlevel Revealed Comments while saving Excel files to HTML using Aspose.Cells with C++....Cells-for-C // Load sample workbook U16String sourceDir ( u "...02_OutputDirectory \\ " ); Workbook wb ( sourceDir + u "sampleDisableDownlev...

    docs.aspose.com/cells/cpp/disable-downlevel-rev...
  6. 用 C++ 计算页面设置缩放比例|Documentation

    本文提供示例代码,说明如何使用 C++ API 或库通过程序方式计算网页宽度为 n 页,高度为 m 页的页面设置缩放比例。...(); // Create workbook object Workbook workbook ; // Access first...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/calculate-page-set...
  7. JSON|Documentation

    Learn how to convert Excel Workbook to JSON with Aspose.Cells for Python via .NET API....NET supports converting a workbook to JSON (JavaScript Object...Notation) file. Convert Excel Workbook to JSON The Aspose.Cells for...

    docs.aspose.com/cells/python-net/convert-workbo...
  8. 用C++将VBA证书导出到文件或流|Documentation

    了解如何使用Aspose.Cells for C++将VBA数字证书导出到文件或内存流。...您可以使用 Workbook.GetCertRawData() 属性访问VBA数字证书的原始数据。...xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...

    docs.aspose.com/cells/zh/cpp/export-vba-certifi...
  9. 使用 Node.js 通过 C++ 处理嵌套评论|Documentation

    使用 Aspose.Cells for Node.js via C++ 管理 Excel 文档中的嵌套评论。学习添加、读取、编辑和删除嵌套评论。..."output" ); const workbook = new AsposeCells . Workbook (); // Add Author...Author const authorIndex = workbook . getWorksheets (). getThreadedCommentAu...

    docs.aspose.com/cells/zh/nodejs-cpp/threaded-co...
  10. 使用Node.js通过C++验证用来保护工作表的密码|Documentation

    学习如何使用Aspose.Cells for Node.js via C++验证保护工作表的密码。...instance of Workbook and load a spreadsheet const workbook = new AsposeCells...AsposeCells . Workbook ( filePath ); // Access the protected...

    docs.aspose.com/cells/zh/nodejs-cpp/verify-pass...