Sort Score
Result 10 results
Languages All
Labels All
Results 5,671 - 5,680 of 106,558 for

workbook

(2.06 sec)
  1. 通过Node.js与C++签署和验证数字签名|Documentation

    使用Aspose.Cells for Node.js via C++对Excel文件进行数字签名和验证。保护工作簿内容的真实性。... Workbook (); // wb.setDigitalSignature...const wb2 = new AsposeCells . Workbook ( path . join ( dataDir ,...

    docs.aspose.com/cells/zh/nodejs-cpp/assign-and-...
  2. 用Node.js和C++检测空工作表|Documentation

    本文演示了使用C++的Node.js API以编程方式检测Excel工作簿中的空工作表的代码。...xlsx" ); // Loads the workbook which contains hidden external...const book = new AsposeCells . Workbook ( filePath ); // Loop over...

    docs.aspose.com/cells/zh/nodejs-cpp/detecting-e...
  3. Convert POWERPOINT to XLT in Android Apps or wi...

    Convert POWERPOINT to XLT in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free POWERPOINT to XLT online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/android-java/conversi...
  4. Errors saving Excel - little help? - Free Suppo...

    Hi, we are using aspose.cells for entering data into Excel files. I have an already formatted spreadsheet that I basically just programmatically enter data into cells, in my application. Seems pretty simple, but I get th…...be "Microsoft Office Excel Workbook (*.xls) ". Additional notes:...Excel class is replaced by Workbook class. 2. ExcelDesigner class...

    forum.aspose.com/t/errors-saving-excel-little-h...
  5. Variables in Excel template - Free Support Foru...

    Aspose.Word for Java allows you to define variables within your Word templates, enabling concise expressions. For example, the provided snippet showcases how to iterate through employee data using variables: <<var [empl…...7 KB) Workbook wb = new Workbook(filePath + "smartmarker...LineByLine = (false); designer.Workbook = (wb); designer.SetJsonD...

    forum.aspose.com/t/variables-in-excel-template/...
  6. Convert POWERPOINT to ODS in Android Apps or wi...

    Convert POWERPOINT to ODS in Android Apps or Online App without using using Microsoft Excel or PowerPoint or online. Test free POWERPOINT to ODS online converter quickly before integrating the code....Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/android-java/conversi...
  7. Convert POTM to XLTX Format via Java | products...

    Convert POTM to XLTX format via Java without using using Microsoft Excel or PowerPoint or online. Test free POT to CSV online converter quickly before integrating the code. or with free Online Converter...Load HTML document by using Workbook class Save the document to...a watermark, create a new Workbook to open the converted HTML...

    products.aspose.com/total/java/conversion/potm-...
  8. Auto adjust width for textbox according its tex...

    Below is a sample code i want to create a text field with adjust its width according its text also i have changed its property with code but it is not working can you please help me to resolve this issue Shape currentSh…...// Create workbook and worksheet Workbook workbook = new Workbook();...Workbook(); Worksheet worksheet = workbook.Worksheets[0]; // Your text...

    forum.aspose.com/t/auto-adjust-width-for-textbo...
  9. 使用 VSTO 和 Aspose.Slides for .NET 创建图表|Aspose.Sl...

    了解如何使用 C# 自动化 PowerPoint 图表创建。本分步指南展示了为何 Aspose.Slides for .NET 是比 Microsoft.Office.Interop 更快、更强大的替代方案。... Workbook dataWorkbook = ( Microsoft...Interop . Excel . Workbook ) chartData . Workbook ; // 访问图表的数据工作表。...

    docs.aspose.com/slides/zh/net/create-a-chart-in...
  10. Create or Update PowerPoint Presentation Charts...

    Create and customize charts in PowerPoint presentations using Aspose.Slides for PHP via Java. Add, format, and edit charts with practical code examples....(); $worksheetIndex = 0 ; $workbook = $chart -> getChartData ()...getCategories () -> add ( $workbook -> getCell ( $worksheetIndex...

    docs.aspose.com/slides/php-java/create-chart/