Sort Score
Result 10 results
Languages All
Labels All
Results 751 - 760 of 102,708 for

workbook

(0.46 sec)
  1. Delete Named Ranges with JavaScript via C++|Doc...

    You can learn how to remove defined names or named ranges from Excel or OpenOffice files with Aspose.Cells for JavaScript via C++....Microsoft Excel and open the workbook that contains the named range...Manager dialog box. Save the workbook to retain the changes. Delete...

    docs.aspose.com/cells/javascript-cpp/delete-nam...
  2. Manage Chart Workbooks in Presentations on Andr...

    Discover Aspose.Slides for Android via Java: effortlessly manage chart Workbooks in PowerPoint and OpenDocument formats to streamline your presentation data....Manage Chart Workbooks in Presentations on Android Contents [...and Write Chart Data from a Workbook Aspose.Slides provides the...

    docs.aspose.com/slides/androidjava/chart-workbook/
  3. Convert JSON to Excel with C++|Documentation

    Learn how to convert JSON to an Excel file with Aspose.Cells using C++....to an Excel workbook. Convert JSON to Excel Workbook No need to...for importing JSON into a workbook. The following code example...

    docs.aspose.com/cells/cpp/convert-json-to-excel/
  4. 将Excel转换为Pdf、图片和其他格式(使用C++)|Documentation

    使用Aspose.Cells for C++将Excel文件转换为Word、Excel、PowerPoint、PDF、CSV、JPG、HTML、MHT、ODS、BMP、PNG、SVG、TIFF、XPS、JSON、SQL、XML等多种格式。...Instantiate the Workbook object and open an Excel file Workbook workbook...the document in PDF format workbook . Save ( u "output.pdf" ,...

    docs.aspose.com/cells/zh/cpp/convert-workbook-t...
  5. Display or Hide Tabs in Python|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.... Python Code workbook = self . Workbook ( self . dataDir...the tabs of the Excel file workbook . getSettings (). setShowTabs...

    docs.aspose.com/cells/java/display-or-hide-tabs...
  6. Using Built-in Styles with C++|Documentation

    C++ code to use Excel built-in styles with Aspose.Cells for C++ API...use built-in styles in our workbook and also create custom styles...Built-in Styles The method Workbook.CreateBuiltinStyle and the...

    docs.aspose.com/cells/cpp/using-built-in-styles/
  7. 使用C++将文件保存到响应对象|Documentation

    学习如何使用Aspose.Cells for C++动态保存文件并直接发送给客户端浏览器。...); // Create a new workbook Workbook workbook ; // Save in Excel2003...XlsSaveOptions saveOptions ; workbook . Save ( outputPath , saveOptions...

    docs.aspose.com/cells/zh/cpp/saving-file-to-res...
  8. 使用Node.js通过C++加密和解密Excel文件|Documentation

    如何使用Node.js通过C++加密和解密Excel文件。锁定和解锁Excel文件。...Instantiate a Workbook object. // Open an excel file. const workbook = new...new AsposeCells . Workbook ( filePath ); // Specify XOR encryption...

    docs.aspose.com/cells/zh/nodejs-cpp/encrypt-and...
  9. Copying and Moving Worksheets in Python|Documen...

    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....Worksheets Copy Worksheets within a Workbook To copy a worksheet using...Instantiating a Workbook object by Excel file path workbook = self ....

    docs.aspose.com/cells/java/copying-and-moving-w...
  10. Create Excel Charts and Embed Them in Presentat...

    Create Excel charts and embed them as OLE objects in PowerPoint and OpenDocument presentations with Java. Step-by-step guide with code samples....Create a workbook. Workbook workbook = new Workbook (); // Add...chartSheetIndex = AddExcelChartInWorkb ( workbook , chartRows , chartCols );...

    docs.aspose.com/slides/java/creating-excel-char...