Sort Score
Result 10 results
Languages All
Labels All
Results 4,851 - 4,860 of 102,468 for

workbook

(0.11 sec)
  1. Avoid Blank Page in Output PDF when there is No...

    Learn how to avoid a blank page in output PDF when there is nothing to print with Aspose.Cells for Python via .NET API....sample code creates an empty workbook and then saves it as PDF after...StackTrace: at Aspose . Cells . Workbook . Save ( String fileName ...

    docs.aspose.com/cells/python-net/avoid-blank-pa...
  2. C# aspose cells dates - Free Support Forum - as...

    Hi I am looking to copy ranges from from Workbook to another or from one worksheet to another. I used value = RangeA.Value and RangeB.Value = value The problem is that in some circumstances date values get changed f…...looking to copy ranges from from workbook to another or from one worksheet...when copying ranges between workbooks or worksheets, especially...

    forum.aspose.com/t/c-aspose-cells-dates/315671
  3. Optimizing Memory Usage while Working with Big ...

    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....Contents [ Hide ] When building a workbook with large data sets, or reading...situations, such as building a workbook with a large data set for...

    docs.aspose.com/cells/net/optimizing-memory-usa...
  4. 用 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...
  5. 用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-...
  6. Create a Treemap in Excel using C#

    This article explains the process to create a Treemap in excel using C#. It has details to set the IDE, a list of steps, and a sample code to generate a Treemap chart in Excel....create a Treemap Create a workbook and add sample hierarchy data...position and save the resultant workbook as an XLSX file These steps...

    kb.aspose.com/cells/net/create-a-treemap-in-exc...
  7. Extract Text and Images from XLSB File Online a...

    Online XLSB file parser app. Java API code to extract text in rows and cells from XLSB spreadhseets....project Load XLSB file using Workbook class object Access relevant...Files Using Java APIs: Binary Workbook Efficiency Parsing XLSB files...

    products.aspose.com/total/java/parse/xlsb/
  8. Supported File Formats|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....0 – 2003 workbook. XLSX The Office Open XML...Excel binary workbook. XLSM Excel macro‑enabled workbook. XLT Excel...

    docs.aspose.com/cells/net/supported-file-formats/
  9. Convert Excel file to PDF format compatible wit...

    Learn how to convert Excel files to PDF/A‑compliant PDF files using Aspose.Cells for Node.js via C++....describes how to save an Excel workbook to a PDF/A‑compliant (PDF/A‑1a)...Create workbook object const wb = new AsposeCells . Workbook ();...

    docs.aspose.com/cells/nodejs-cpp/convert-excel-...
  10. Decrease the Calculation Time of Cell.Calculate...

    This article introduces how to use the Aspose.Cells library to reduce the calculation time of cell calculation methods in Microsoft Excel. By loading an existing Excel file or creating a new one, we can use the methods provided by Aspose.Cells to optimize the cell calculation method and improve its performance. Finally, we save the modified Excel file to disk....recommend that users call Workbook.CalculateFormula() method...want to calculate the entire workbook; they just want to calculate...

    docs.aspose.com/cells/net/decrease-the-calculat...