Sort Score
Result 10 results
Languages All
Labels All
Results 4,651 - 4,660 of 106,494 for

workbook

(0.31 sec)
  1. 在Jython中保护工作表|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 import Workbook from com . aspose . cells...by excel file path excel = Workbook ( dataDir + "Book1.xls" )...

    docs.aspose.com/cells/zh/java/protecting-worksh...
  2. 在 Python.NET 中对德语区域设置的支持,用于命名范围公式|Documentation

    了解如何使用 Aspose.Cells for Python 处理 Excel 中德语区域设置的命名范围公式,编号 via .NET。...cells import Workbook source_dir = os . path . join...ZS \" ,FALSE))" wb_source = Workbook ( os . path . join ( source_dir...

    docs.aspose.com/cells/zh/python-net/support-for...
  3. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A-1a compliant PDF format using Aspose.Cells with C++....describes how to save the Excel workbook to a PDF/A compliant (PDF/A-1a)...Startup (); // Create workbook object Workbook wb ; // Access first...

    docs.aspose.com/cells/cpp/convert-excel-file-to...
  4. 使用Node.js通过C++在工作表中添加签名线|Documentation

    这篇文章介绍了如何使用Aspose.Cells for Node.js via C++和Node.js在工作表中添加签名线。...Instantiating a Workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/zh/nodejs-cpp/add-signatu...
  5. Բջիջների կողպում Excel-ում Python-ի միջոցով

    Հետևեք այս հոդվածին՝ Excel-ում բջիջները Python-ի միջոցով կողպելու համար։ Այն պարունակում է IDE-ի կարգավորման մանրամասներ, քայլերի ցանկ և օրինակային կոդ՝ Excel-ում որոշակի բջիջներ Python-ի միջոցով կողպելու համար։...խուսափելու համար Բացեք Excel ֆայլը Workbook օբյեկտի միջոցով և ընտրեք ցանկալի...լիցենզիան, բեռնեք Excel ֆայլը Workbook օբյեկտի միջոցով, մուտք գործեք...

    kb.aspose.com/hy/cells/python/lock-cells-in-exc...
  6. Ինչպես գաղտնագրել Excel ֆայլը գաղտնաբառով Java-ում

    Այս հոդվածը ցույց է տալիս, թե ինչպես գաղտնագրել Excel ֆայլը Java-ում գաղտնաբառով: Այն տրամադրում է անհրաժեշտ ռեսուրսների մասին մանրամասներ, ծրագիր գրելու ամբողջական տրամաբանություն և գործարկվող օրինակելի կոդը՝ Java-ում գաղտնաբառով պաշտպանված Excel ֆայլ ստեղծելու գործընթացը ցուցադրելու համար:...Բեռնեք կաղապարի Excel ֆայլը Workbook օբյեկտի մեջ, որը պետք է գաղտնագրվի...Java-ում*: Այն օգտագործում է Workbook դասի օբյեկտը՝ բեռնելու աղբյուր...

    kb.aspose.com/hy/cells/java/how-to-encrypt-exce...
  7. Ինչպես փոխարկել XML-ը CSV-ի, օգտագործելով Node....

    Այս հոդվածը ցույց է տալիս, թե ինչպես փոխարկել XML-ը CSV-ի, օգտագործելով Node.js-ը: Այն տրամադրում է IDE կարգավորումներ, քայլերի ցանկ և գործարկվող կոդ՝ XML-ը CSV-ի վերածելու Node.js-ի միջոցով:...Բեռնել աղբյուրի XML ֆայլը Workbook դասի օբյեկտում Պահեք բեռնված...բեռնելով աղբյուր XML ֆայլը Workbook դասի օբյեկտում: Այնուհետև...

    kb.aspose.com/hy/cells/nodejs/how-to-convert-xm...
  8. Find if Data Points are in the Second Pie or Ba...

    Learn how to use Aspose.Cells for C++ to find if data points are in the second pie or bar on a pie of pie or bar of pie chart. Our guide will demonstrate how to identify and access the secondary pie or bar on a composite chart, allowing you to analyze and manipulate the data effectively....xlsx" ; Workbook workbook ( inputFilePath ); Worksheet...Worksheet worksheet = workbook . GetWorksheets (). Get ( 0 ); Chart...

    docs.aspose.com/cells/cpp/find-if-data-points-a...
  9. Change Data Source of the Chart to Destination ...

    Learn how to change the data source of a chart to a destination worksheet while copying rows or a range in Aspose.Cells for C++. Our guide will show you how to update the chart's data range and link it to the destination worksheet, ensuring that the copied rows or range are accurately reflected in the chart....// Load sample Excel file Workbook wb ( srcDir + u "sample.xlsx"...GetRowCount (), options ); // Save workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/change-data-source-of...
  10. Creating Subtotals|Documentation

    Learn how to create subtotals for any repeating values in a spreadsheet by using the Aspose.Cells for .NET API....the first worksheet of the workbook (as shown in the figure below)...Aspose.Cells provides a class, Workbook , that represents a Microsoft...

    docs.aspose.com/cells/net/creating-subtotals/