Sort Score
Result 10 results
Languages All
Labels All
Results 1,031 - 1,040 of 102,518 for

workbook

(0.07 sec)
  1. Check if Digital Signature of VBA Code is Valid...

    Learn how to check the validity of a digital signature of VBA code using Aspose.Cells for JavaScript via C++....VBA code is valid using the Workbook.isValidSigned() property....modify its VBA code, save the workbook, and then recheck, we find...

    docs.aspose.com/cells/javascript-cpp/check-if-d...
  2. Saving File to Response Object with JavaScript ...

    Learn how to dynamically generate files and send them directly to a client browser using Aspose.Cells for JavaScript via C++...."text/javascript" > const { Workbook , SaveFormat , XlsSaveOptions...a new workbook (equivalent to new AsposeCells.Workbook() in JavaScript)...

    docs.aspose.com/cells/javascript-cpp/saving-fil...
  3. Public API Changes in Aspose.Cells 8.5.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....Create workbook object from source file Workbook workbook = new...new Workbook ( filePath ); // Access first worksheet Worksheet...

    docs.aspose.com/cells/net/public-api-changes-in...
  4. Public API Changes in Aspose.Cells 8.5.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....//Create workbook object from source file Workbook workbook = new...new Workbook ( "source.xlsx" ); //Access first worksheet Worksheet...

    docs.aspose.com/cells/java/public-api-changes-i...
  5. Manage Comments and Notes with C++|Documentation

    Insert and manage comments or notes with Aspose.Cells for C++....); // Create a new workbook Workbook workbook ; // Add a new worksheet...worksheet to the workbook int32_t sheetIndex = workbook . GetWorksheets...

    docs.aspose.com/cells/cpp/comments-and-notes/
  6. Threaded Comments with Node.js via C++|Document...

    Manage threaded comments in Excel documents using Aspose.Cells for Node.js via C++. Learn to add, read, edit, and remove threaded comments...."output" ); const workbook = new AsposeCells . Workbook (); // Add Author...Author const authorIndex = workbook . getWorksheets (). getThreadedCommentAu...

    docs.aspose.com/cells/nodejs-cpp/threaded-comme...
  7. 在VSTO和Aspose.Cells中设置工作表的背景图片|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....Application ; //Add a Workbook. Excel . Workbook objBook = ExcelApp...ExcelApp . Workbooks . Add ( System . Reflection . Missing . Value...

    docs.aspose.com/cells/zh/net/set-background-pic...
  8. Inconsistent Sheet Name Behavior When Reading C...

    We’ve observed inconsistent behavior when reading CSV files using Aspose.Cells: When creating a Workbook object using a file path, the resulting worksheet name matches the CSV file name. However, when creating a Wo…...Cells: When creating a Workbook object using a file path,... However, when creating a Workbook object using an InputStream...

    forum.aspose.com/t/inconsistent-sheet-name-beha...
  9. How to Make a Copy of an Excel Sheet in C++

    This short tutorial will provide information on how to make a copy of an Excel sheet in C++. You will learn to configure the environment, steps and code to perform Excel sheet copy in C++....sheet copy in C++ , the output workbook can be saved as XLSX or XLS...source Excel file into the Workbook object for copying the worksheet...

    kb.aspose.com/cells/cpp/how-to-make-a-copy-of-a...
  10. 设置打印区域|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....Instantiating a Workbook object Workbook workbook = new Workbook (); workbook...Worksheets . Add ( "new sheet" ); workbook . Worksheets . Add ( "second...

    docs.aspose.com/cells/zh/net/set-print-area/