Sort Score
Result 10 results
Languages All
Labels All
Results 821 - 830 of 161,045 for

workbook

(0.1 sec)
  1. 在xlsx4j中显示和隐藏工作簿的选项卡|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....Cells提供了一个代表Microsoft Excel文件的Workbook类。Workbook类提供了广泛的属性和方法来管理Excel文...控制Excel文件中选项卡的可见性,开发人员可以使用Workbook类的 setShowTabs 方法。 Java //Instantiating...

    docs.aspose.com/cells/zh/java/display-and-hide-...
  2. 在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 代码 workbook = self . Workbook ( self . dataDir...the Excel file worksheets = workbook . getWorksheets () worksheet...

    docs.aspose.com/cells/zh/java/freeze-panes-in-p...
  3. ImageType | Aspose.Cells for .NET API 参考

    获取图片的图像格式...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Worksheet...Worksheet worksheet = workbook . Worksheets [ 0 ]; //插入第一张图片 int imgIndex1...

    reference.aspose.com/cells/zh/net/aspose.cells....
  4. Copying and Moving Worksheets|Documentation

    This article includes sample code and describes how to copy and move worksheets programmatically both within an Excel Workbook and across Excel Workbooks using the C# API or .NET Library....you might want to create a workbook with sheets that contain the...worksheets within or between workbooks. Worksheet, complete with...

    docs.aspose.com/cells/net/copying-and-moving-wo...
  5. Aspose.Cells for Python via .NET - put_value(do...

    Hi, I’m testing Aspose.Cells for Python via .NET version 23.1.0 and having problem with inserting double values with method def put_value(self, double_value) As a result all values are inserted but as integer. On the …...import Workbook # Create a new Workbook workbook = Workbook() #...first worksheet worksheet = workbook.worksheets[0] # Get the "A1"...

    forum.aspose.com/t/aspose-cells-for-python-via-...
  6. Creating a Named Range in VSTO and Aspose.Cells...

    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....) Add a Workbook. Get the first sheet. Create...//Create a new Workbook Excel . Workbook wb = xl . Workbooks . Add (...

    docs.aspose.com/cells/net/creating-a-named-rang...
  7. 在xlsx4j中查找单元格中的值|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....//Instantiating a Workbook object Workbook workbook = new Workbook ( "workbook...file Worksheet worksheet = workbook . getWorksheets (). get (...

    docs.aspose.com/cells/zh/java/find-value-in-cel...
  8. Adjusting Row Height and Column Width in Python...

    Use Python Excel API to create Excel files in Python. Adjust row height and column width in XLSX or XLS in your Python applications without MS Office....Instantiating a Workbook object by excel file path workbook = self .... Workbook ( self . self . dataDir + 'Book1.xls' ) \ # Accessing...

    docs.aspose.com/cells/java/adjusting-row-height...
  9. TextEffectFormat | Aspose.Cells for .NET API 参考

    包含适用于艺术字对象的属性和方法...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Aspose . Cells... ShapeCollection shapes = workbook . Worksheets [ 0 ]. Shapes...

    reference.aspose.com/cells/zh/net/aspose.cells....
  10. ThemeColor | Aspose.Cells for .NET API 参考

    表示主题颜色...[C#] //实例化一个工作簿对象 Workbook workbook = new Workbook (); Cells cells...cells = workbook . Worksheets [ 0 ]. Cells ; cells [ "A1" ]. PutValue...

    reference.aspose.com/cells/zh/net/aspose.cells/...