Sort Score
Result 10 results
Languages All
Labels All
Results 5,221 - 5,230 of 106,135 for

workbook

(0.12 sec)
  1. Convert Text to Columns using Aspose.Cells with...

    Learn how to convert text to columns in Excel files using Aspose.Cells for C++....02_OutputDirectory \\ " ); // Create a workbook Workbook wb ; // Access first worksheet..., 5 , opts ); // Save the workbook in xlsx format wb . Save (...

    docs.aspose.com/cells/cpp/convert-text-to-colum...
  2. 使用C++检测空白工作表|Documentation

    本文展示了如何使用Aspose.Cells的C++ API编程检测Excel工作簿中的空白工作表。...instance of Workbook and load an existing spreadsheet Workbook book...over all worksheets in the workbook WorksheetCollection sheets...

    docs.aspose.com/cells/zh/cpp/detecting-empty-wo...
  3. Specifying the Absolute Position of the Pivot I...

    Learn how to specify the absolute position of pivot items in C++ using Aspose.Cells....02_OutputDirectory \\ " ); // Create workbook Workbook wb ( srcDir + u "source...SetPositionInSamePar ( 2 ); // Save the workbook wb . Save ( outDir + u "output_out...

    docs.aspose.com/cells/cpp/specifying-the-absolu...
  4. Difference in formula calculations compared to ...

    Hello, I am using Aspose.Cells 25.6 for Java. To calculate formulas in my Workbook, I call Workbook.calculateFormula(). I have the following formula: =MATCH(TRUE, ISNUMBER(SEARCH({“JPY”,“KRW”,“CNY”,“BRL”,“EUR”,“GBP”,“U…...calculate formulas in my workbook, I call Workbook.calculateFormula()...you can provide a minimal workbook that reproduces the error...

    forum.aspose.com/t/difference-in-formula-calcul...
  5. Convert PPT to XLSX using Python or with free O...

    PPT to XLSX conversion in your Python applications without using Microsoft Office or online. Test free PPT to XLSX online converter quickly before integrating the code....HTML file with an instance of Workbook class Call the save method...shared in a widely supported workbook structure. It is useful when...

    products.aspose.com/total/python-net/conversion...
  6. Convert DOTM to XLTX using Python or with free ...

    DOTM to XLTX conversion in your Python applications without using Microsoft Word or Excel or online. Test free DOTM to XLTX online converter quickly before integrating the code....HTML file with an instance of Workbook class with file and LoadOptions...needs to become a repeatable workbook structure for data collection...

    products.aspose.com/total/python-net/conversion...
  7. 通过Node.js和C++提供导出工作表HTML文件路径的IFilePathProvider接...

    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....xlsx" ); // Loads the workbook which contains hidden external...links const workbook = new AsposeCells . Workbook ( filePath );...

    docs.aspose.com/cells/zh/nodejs-cpp/provide-exp...
  8. Working With Document Conversion in Jython|Aspo...

    Learn how to convert PDF documents to various formats using Jython with Aspose.PDF, enabling flexible document processing....Jython Convert PDF to Excel Workbook in Jython Convert PDF to SVG...

    docs.aspose.com/pdf/java/working-with-document-...
  9. 如何用C++创建带有下拉列表的动态图表|Documentation

    学习如何使用Aspose.Cells for C++创建一个根据下拉列表选择更新的动态图表。我们的逐步指南将演示如何将下拉列表集成到你的图表中,实现灵活的数据可视化。...a new workbook and access the first worksheet. Workbook workbook...WorksheetCollection sheets = workbook . GetWorksheets (); Worksheet...

    docs.aspose.com/cells/zh/cpp/create-dynamic-cha...
  10. Excelで生成したグラフを画像に変換した際にうるう年の2/29をX軸のメモリ表示としていた場...

    ■対象パッケージ・バージョン 以下のパッケージ・バージョンのどちらでも、下記の事象が発生しています。 aspose-cells-24.10.jar aspose-cells-25.10.jar ■事象 Chart クラスの toImage メソッドを利用して Excel 上のチャートを EMF や PNG 画像ファイルに変換した際に、 x軸目盛りの日付がうるう年の2/29の場合に、2/28に強制誤変換されます。 ■再現プロ…...throws Exception { Workbook wb = new Workbook(excelPath); Worksheet...throws Exception { Workbook wb = new Workbook(); Worksheet sheet...

    forum.aspose.com/t/excel-2-29-x-2-28/327278