Sort Score
Result 10 results
Languages All
Labels All
Results 401 - 410 of 82,029 for

workbook

(0.06 sec)
  1. Assemble Spreadsheets|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....class, Workbook that represents an Excel file. The Workbook class...programmatically: Create an object of the Workbook class. Call the Add method...

    docs.aspose.com/cells/net/assemble-spreadsheets/
  2. Copying and Moving Worksheets|Documentation

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the C# API or .NET Library....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheet, complete with...

    docs.aspose.com/cells/net/copying-and-moving-wo...
  3. Copy Ranges of Excel with C++|Documentation

    Learn how to copy ranges in Excel using Aspose.Cells with C++....Instantiate a new Workbook. Workbook workbook ; // Get all the...WorksheetCollection worksheets = workbook . GetWorksheets (); // Get...

    docs.aspose.com/cells/cpp/copy-ranges-of-excel/
  4. Unprotect a Worksheet with C++|Documentation

    Learn how to unprotect a worksheet using Aspose.Cells for C++....; // Create a Workbook object Workbook workbook ( inputFilePath...file Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/cpp/unprotect-a-worksheet/
  5. Auto Fit Row and Column|Documentation

    Learn how to Autofit Row and Column through the Aspose.Cells for Java API.... Java Workbook workbook = new Workbook ( "workbook.xls" );...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/java/auto-fit-row-and-col...
  6. 在使用Node.js通过C++写保护工作簿时指定作者|Documentation

    在使用Aspose.Cells for Node.js via C++写保护工作簿时,指定作者姓名。...请使用 Workbook.getAuthor() 属性完成此操作。 在保护工作簿时指定作者...在保护工作簿时指定作者 以下示例代码说明了 Workbook.getAuthor() 属性的用法。该代码创建一个空白工作簿,用密码进行写保护,指定作者姓名,并保存为...

    docs.aspose.com/cells/zh/nodejs-cpp/specify-aut...
  7. 用 C++ 格式化和修改命名范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 格式化、重命名、合并和删除 Excel 文件中的命名范围。...\\ " ); Workbook workbook ; Worksheet WS = workbook . GetWorksheets...u "MyRange" ); Style stl = workbook . CreateStyle (); stl . GetFont...

    docs.aspose.com/cells/zh/cpp/format-and-modify-...
  8. Hello World|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....PHP Code # Instantiating a Workbook object that represents a Microsoft...Microsoft Excel file. $workbook = new Workbook (); \ # Note when you...

    docs.aspose.com/cells/java/hello-world/
  9. 使用C++获取创建Excel文档的应用程序版本号|Documentation

    学习如何使用Aspose.Cells与C++获取创建Excel文档的应用程序版本号。...Cells提供了 Workbook.GetVersion() 属性以实现此目的。 以下示例演示了 Workbook.GetVersion()...// Create a workbook reference Workbook workbook ; // Print the...

    docs.aspose.com/cells/zh/cpp/get-the-version-nu...
  10. Aspose.Cells 8.4.0 中的公共 API 变更|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....//Create workbook object from source Excel file Workbook workbook...workbook = new Workbook ( "source.xlsm" ); //Change the VBA Module...

    docs.aspose.com/cells/zh/net/public-api-changes...