Sort Score
Result 10 results
Languages All
Labels All
Results 3,071 - 3,080 of 82,065 for

workbook

(0.13 sec)
  1. Support for German Locale in Named Range Formul...

    Learn how to support German locale in named range formulae using Aspose.Cells for Node.js via C++.... Workbook (); wb . save ( sourceFilePath...wbSource = new AsposeCells . Workbook ( sourceFilePath ); const...

    docs.aspose.com/cells/nodejs-cpp/support-for-ge...
  2. Save Specified Worksheets to PDF|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....all visible worksheets in a workbook to pdf file. With PdfSaveOptions...indicates visible sheets in a workbook, and SheetSet.All indicates...

    docs.aspose.com/cells/java/save-specified-works...
  3. 在工作簿中应用样式|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.... Workbook myWorkbook = this . Application . Workbooks . Open...Aspose.Cells Workbook myWorkbook = new Workbook ( fileName );...

    docs.aspose.com/cells/zh/net/apply-styles-to-ra...
  4. Decrease the Calculation Time of Cell.Calculate...

    Learn how to optimize Excel cell calculation performance using Aspose.Cells for Python via .NET. Reduce computation time with CalculationOptions settings....we recommend users to call workbook.calculate_formula() method...time from aspose.cells import Workbook , CalculationOptions def ...

    docs.aspose.com/cells/python-net/decrease-the-c...
  5. Creating Subtotals|Documentation

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

    docs.aspose.com/cells/python-net/creating-subto...
  6. Update XLTM File using Python | products.aspose...

    Modify XLTM document in Python applications without using Microsoft Excel....File in Python Create new Workbook class object having the source...Format) Edit XLSB (Excel Binary Workbook) Edit XLSM (Macro-enabled...

    products.aspose.com/total/python-java/update/xltm/
  7. 找出VBA项目是否受密码保护,通过Node.js和C++|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 a workbook. const wb = new AsposeCells . Workbook (); //...Access the VBA project of the workbook. const vbaProj = wb . getVbaProject...

    docs.aspose.com/cells/zh/nodejs-cpp/find-out-if...
  8. 用Node.js通过C++确定Shape是否为智能艺术形状|Documentation

    学习如何使用Aspose.Cells for Node.js via C++确定Excel中的形状是否为智能艺术形状。...file const workbook = new AsposeCells . Workbook ( filePath );...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/nodejs-cpp/determine-i...
  9. Render Sequence of Pages using PageIndex and Pa...

    Learn how to render specific pages of an Excel file to images using Aspose.Cells for Node.js via C++....file const workbook = new AsposeCells . Workbook ( path . join...worksheet const worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/nodejs-cpp/render-sequenc...
  10. Setting Pivot Table Option - For Empty Cells Sh...

    Learn how to set the "For empty cells show" option in pivot tables using Aspose.Cells with C++....xlsx" ; // Create workbook Workbook wb ( inputFilePath );...SetRefreshDataOnOpen ( false ); // Save the workbook wb . Save ( outputFilePath...

    docs.aspose.com/cells/cpp/setting-pivot-table-o...