Sort Score
Result 10 results
Languages All
Labels All
Results 3,981 - 3,990 of 101,302 for

workbook

(0.25 sec)
  1. Get Warnings for Font Substitution while Render...

    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....throws Exception { Workbook workbook = new Workbook ( "source.xlsx"...( new WarningCallback ()); workbook . save ( "output.pdf" , options...

    docs.aspose.com/cells/java/get-warnings-for-fon...
  2. 使用JavaScript via C++将多个工作簿合并为一个工作簿|Documentation

    学习如何使用Aspose.Cells for JavaScript通过C++将多个工作簿合并为一个工作簿。...代码加载源工作簿,使用 Workbook.combine(Workbook) 方法将它们合并,然后保存输出的工作簿。...head > < title > Combine Workbooks Example </ title > </ head...

    docs.aspose.com/cells/zh/javascript-cpp/combine...
  3. 在Apache POI和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....Cells提供一个代表Microsoft Excel文件的类 WorkbookWorkbook类包含一个WorksheetCollect...fromArgb ( 212 , 213 , 0 ); workbook . changePalette ( color ,...

    docs.aspose.com/cells/zh/java/working-with-colo...
  4. How to Password Protect an Excel File in Python

    This brief article explains how to password protect an Excel file in Python. It covers the details to configure the system, program flow and a runnable code snippet to encrypt Excel file in Python....input Excel file with the Workbook class Set the required encryption...desired format. Code to Encrypt Workbook with Password in Python This...

    kb.aspose.com/cells/python/how-to-password-prot...
  5. 使用 C++ 获取带外部链接的范围|Documentation

    学习如何使用 Aspose.Cells 和 C++ 获取带外部链接的范围。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "SampleExternalRefere...WorksheetCollection sheets = workbook . GetWorksheets (); NameCollection...

    docs.aspose.com/cells/zh/cpp/get-range-with-ext...
  6. Globalization and Localization with JavaScript ...

    Explore globalization and localization support in Aspose.Cells for JavaScript via C++. Learn how to handle format cultures and change formats dynamically....JavaScript via C++ Load the Workbook with Specific System Culture...via C++ Import XML to Excel workbook with JavaScript via C++ Using...

    docs.aspose.com/cells/javascript-cpp/globalizat...
  7. Protecting Worksheets with Node.js via C++|Docu...

    Learn how to protect worksheets in Excel using Aspose.Cells for Node.js via C++, including protecting rows, columns, and specific cells....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a getWorksheets()...

    docs.aspose.com/cells/nodejs-cpp/protecting-wor...
  8. Developer Guide|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....via C++ Pivot Tables Manage Workbooks with Go via C++ Worksheets...Combine Multiple Workbooks into a Single Workbook with Golang via...

    docs.aspose.com/cells/go-cpp/developer-guide/
  9. Check if Digital Signature of VBA Code is Valid...

    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....VBA code is valid using the Workbook.vba_project.is_valid_signed...modify its VBA code, save the workbook, and then recheck, we find...

    docs.aspose.com/cells/python-net/check-if-digit...
  10. Converting Chart to Image in Ruby|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....chart_to_image () # Create a new Workbook. workbook = Rjb :: import ( 'com...'com.aspose.cells.Workbook' ) . new # Get the first worksheet....

    docs.aspose.com/cells/java/converting-chart-to-...