Sort Score
Result 10 results
Languages All
Labels All
Results 1,571 - 1,580 of 82,029 for

workbook

(0.16 sec)
  1. Working Solution for Worksheet Resizing|Aspose....

    Working solution for worksheet resizing in PowerPoint presentations using C#...worksheet image, the Excel workbook is activated. End users can...changes to the actual Excel workbook and then return to the slide...

    docs.aspose.com/slides/net/working-solution-for...
  2. 使用Python.NET导出Excel方程到其他格式|Documentation

    学习如何使用Aspose.Cells for Python via .NET将Excel方程导出为LaTeX和MathML格式。...cells import Workbook from aspose.cells.drawing...dir_path = "testcase/data" workbook = Workbook ( os . path . join (...

    docs.aspose.com/cells/zh/python-net/export-equa...
  3. 用 C++ 格式化数据透视表|Documentation

    学习如何使用 Aspose.Cells for C++ 自定义数据透视表的外观。...Load a template file Workbook workbook ( inputFilePath ); int...worksheet Worksheet worksheet = workbook . GetWorksheets (). Get (...

    docs.aspose.com/cells/zh/cpp/formatting-pivot-t...
  4. Show and Hide Gridlines and Row Column Headers ...

    This article provides sample code for using the C++ API or Library to programmatically hide or show gridlines, row and column headers of an Excel worksheet....Cells provides a class, Workbook , that represents a Microsoft...Microsoft Excel file. The Workbook class contains a Worksheets collection...

    docs.aspose.com/cells/cpp/show-and-hide-gridlin...
  5. 加载和管理Excel、OpenOffice、Json、Csv和Html文件|Documenta...

    使用Aspose.Cells,可以在Node.js via C++中轻松创建、打开和管理Excel、CSV、TSV、ODS、HTML、Numbers、Json、XML、Pdf、Jpg、Tiff、图片、Mht和XPS文件。...message ); } // Instantiate a Workbook object that represents Excel...AsposeCells . Workbook (); // When you create a new workbook, a default...

    docs.aspose.com/cells/zh/nodejs-cpp/loading-sav...
  6. How to Unhide All Sheets in Excel using Python

    This short tutorial explains how to unhide all sheets in Excel using Python. You will get all the environment details, step-wise approach to write the application and a runnable sample code to show hidden sheets in Excel using Python....then saving the resultant workbook as a separate XLSX , XLS ...hidden sheets in it using the Workbook class object Use the Unprotect()...

    kb.aspose.com/cells/python/how-to-unhide-all-sh...
  7. 如何用C++创建瀑布图|Documentation

    用C++和Aspose.Cells for C++ API在Excel中创建瀑布图。...Create an instance of Workbook Workbook workbook ; // Retrieve the...Worksheet in Workbook Worksheet worksheet = workbook . GetWorksheets...

    docs.aspose.com/cells/zh/cpp/creating-waterfall...
  8. Converting Worksheet to SVG in Ruby|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....Code def worksheet_to_svg ( workbook ) # Convert each worksheet...into svg format sheet_count = workbook . getWorksheets () . getCount...

    docs.aspose.com/cells/java/converting-worksheet...
  9. 从形状获取连接点(C++)|Documentation

    学习如何使用Aspose.Cells for C++检索形状的连接点。...01_SourceDirectory \\ " ); Workbook workbook ( srcDir + u "sampleGetFonts...); Vector < Font > fonts = workbook . GetFonts (); for ( int i...

    docs.aspose.com/cells/zh/cpp/get-connection-poi...
  10. 防止在使用C++保存为HTML时导出隐藏的工作表内容|Documentation

    学习如何在使用Aspose.Cells for C++将Excel工作簿保存为HTML时防止导出隐藏内容。...html" ; // Create workbook object Workbook workbook ( inputFilePath...false ); // Save the workbook workbook . Save ( outputFilePath...

    docs.aspose.com/cells/zh/cpp/prevent-exporting-...