Sort Score
Result 10 results
Languages All
Labels All
Results 3,241 - 3,250 of 99,951 for

workbook

(0.1 sec)
  1. Support for XAdES Signature|Documentation

    This article describes support for XAdES Signature using C# code with Aspose.Cells for .NET....provides support for signing workbooks with XAdES signatures. For...DigitalSignature class to sign the source workbook. AI Document Assistant Close...

    docs.aspose.com/cells/net/support-for-xades-sig...
  2. How to create a Gantt chart with C++|Documentation

    Learn how to create a Gantt chart with Aspose.Cells for C++ API.... Finally, it saves the workbook to output XLSX format . The...Create an instance of Workbook Workbook workbook ( u "sample.xlsx"...

    docs.aspose.com/cells/cpp/how-to-create-gantt-c...
  3. #NAME error when inserting a chart as an image ...

    Hi Aspose Team, I’m having an issue with some charts where I’m inserting it into a word document and one of the footnotes for the chart comes in as #NAME? even though the name range from which it is pulled into the char…...DocumentBuilder(doc); using (Workbook TestWB = new Workbook(dir + @"Chart_Template...Stream ProcessOleObject_Aspose(Workbook sourceWB, string imgCoordinates...

    forum.aspose.com/t/name-error-when-inserting-a-...
  4. Manage Chart Data Labels in Presentations Using...

    Learn to add and format chart data labels in PowerPoint presentations using JavaScript and Aspose.Slides for Node.js via Java for more engaging slides....the chart data worksheet var workbook = chart . getChartData ()...getChartData (). getSeries (). add ( workbook . getCell ( defaultWorksheetInde...

    docs.aspose.com/slides/nodejs-java/chart-data-l...
  5. Pivot Table and Source Data|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...."text/javascript" > const { Workbook , SaveFormat , Utils } = AsposeCells...Instantiating a Workbook object using the uploaded file const workbook = new...

    docs.aspose.com/cells/javascript-cpp/pivot-tabl...
  6. 用 C++ 在 ODS 文件中保存数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 在 ODS 文件中保存数据透视表。...); // Create a new workbook Workbook workbook ; // Get the first...worksheet Worksheet sheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/save-pivot-table-i...
  7. Retrieving SQL Connection Data with C++|Documen...

    Learn how to retrieve SQL connection data, including server URL, username, table name, and more using Aspose.Cells for C++....Cells provides the Workbook::get_DataConnections() method...ExternalConnection objects in the workbook. If the ExternalConnection...

    docs.aspose.com/cells/cpp/retrieving-sql-connec...
  8. 通过Node.js的C++检查VBA代码是否已签名|Documentation

    学习如何使用Aspose.Cells for Node.js via C++检查VBA代码项目是否已签名。...xlsm" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/check-if-vb...
  9. Check if VBA Code is Signed with C++|Documentation

    Learn how to check if VBA code in Excel files is signed using Aspose.Cells with C++....xlsm" ; // Create workbook Workbook workbook ( inputFilePath );...Code Project Signed: " << workbook . GetVbaProject (). IsSigned...

    docs.aspose.com/cells/cpp/check-if-vba-code-is-...
  10. 在工作表中查找形状的绝对位置(C++)|Documentation

    使用Aspose.Cells和C++确定形状在工作表中的绝对位置。...file inside the workbook object Workbook workbook ( srcDir + u "sample...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/finding-absolute-p...