Sort Score
Result 10 results
Languages All
Labels All
Results 4,621 - 4,630 of 100,089 for

workbook

(0.12 sec)
  1. 用C++在删除工作表中的空白列和行时,更新其他工作表中的引用|Documentation

    学习如何在删除工作表中的空白列和行时,更新其他工作表中的引用(使用Aspose.Cells for C++ API)。...Startup (); // Create workbook Workbook wb ; // Add second sheet...); // Calculate formulas of workbook wb . CalculateFormula ();...

    docs.aspose.com/cells/zh/cpp/update-references-...
  2. 用 JavaScript 通过 C++ 侦测空白工作表|Documentation

    本文展示了如何使用 C++ 的 JavaScript API,通过代码检测 Excel 工作簿中空白工作表。..."text/javascript" > const { Workbook , SaveFormat , Worksheet ...arrayBuffer (); // Instantiating a Workbook object from the uploaded file...

    docs.aspose.com/cells/zh/javascript-cpp/detecti...
  3. Prevent Exporting Hidden Worksheet Contents on ...

    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....save Excel workbooks to HTML. However, if the workbook contains...additional settings for exporting workbook to HTML. The following articles...

    docs.aspose.com/cells/java/prevent-exporting-hi...
  4. SIGSEGV Crash During Excel to PDF Conversion wi...

    We are experiencing a critical SEGMENTATION FAULT (SIGSEGV) when converting Excel files containing embedded images to PDF using Aspose.Cells for Node.js with an OEM license. The application crashes during the NAPI cleanu…...length; i++) { let workbook: Workbook | null = null; try {...images into Aspose workbook workbook = new Workbook(tmpExcelPath);...

    forum.aspose.com/t/sigsegv-crash-during-excel-t...
  5. Export CSV to PPT in Android or with free Onlin...

    Android API to Convert CSV to PPT without using Microsoft Word or online. Test free CSV to PPT online converter quickly before integrating the code....to PPT Open CSV file using Workbook class Convert CSV to PDF and...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  6. Export CSV to OTT in Android or with free Onlin...

    Android API to Convert CSV to OTT without using Microsoft Word or online. Test free CSV to OTT online converter quickly before integrating the code....to OTT Open CSV file using Workbook class Convert CSV to PDF and...file using Workbook class Workbook book = new Workbook ( "input...

    products.aspose.com/total/android-java/conversi...
  7. Detect if Worksheet is Password Protected with ...

    Learn how to detect if a worksheet is password protected using Aspose.Cells for Node.js via C++....is possible to protect the workbooks and worksheets separately...); // Create an instance of Workbook and load a spreadsheet const...

    docs.aspose.com/cells/nodejs-cpp/detect-if-work...
  8. Determine if Paper Size of Worksheet is Automat...

    This article explains how to use the Aspose.Cells for Python via .NET sample code to determine if Paper Size of Worksheet is Automatic programmatically.... First Worksheet of First Workbook - IsAutomaticPaperSize : False...First Worksheet of Second Workbook - IsAutomaticPaperSize : True...

    docs.aspose.com/cells/python-net/determine-if-p...
  9. Insert Slicer|Documentation

    Manage slicers of Excel files with Aspose.Cells for Node.js via C++.... Finally, it saves the workbook in output XLSX and output...column. Finally, it saves the workbook in output XLSX format. Sample...

    docs.aspose.com/cells/nodejs-cpp/create-slicer/
  10. How to Convert CSV to Excel in Node.js

    In this simple topic, we will focus on how to convert CSV to Excel in Node.js. You can follow the simple procedure to convert CSV to XLSX in Node.js using simple API interface in a few easy steps.... We will make use of the Workbook class object to access the...Create an instance of the Workbook class by providing the CSV...

    kb.aspose.com/cells/nodejs/how-to-convert-csv-t...